docs(ui): dark mode fixes (#5204)

* docs(ui): dark mode fixes

* apply color on the body

* remove z-index
This commit is contained in:
Shahed Nasser
2023-09-25 18:36:42 +03:00
committed by GitHub
parent f285a67123
commit 797cd48bd3
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const Navbar = () => {
setMobileSidebarOpen,
mobileSidebarOpen,
}}
className="!z-[99]"
className="!z-[49]"
/>
)
}