docs: fix z-index across projects (#5234)

* docs: fix z-index across projects

* remove usage of z-index in UI docs
This commit is contained in:
Shahed Nasser
2023-09-27 16:38:59 +03:00
committed by GitHub
parent c68ba63c1b
commit 6942a907a5
17 changed files with 36 additions and 24 deletions

View File

@@ -33,13 +33,17 @@ export default function RootLayout({
className={clsx(
inter.variable,
robotoMono.variable,
"bg-docs-bg font-base text-medium h-full w-full",
"text-medusa-fg-subtle"
"bg-docs-bg font-base text-medium w-full",
"text-medusa-fg-subtle",
"h-screen overflow-hidden"
)}
>
<Providers>
<div className="w-full">
<Navbar />
<Navbar />
<div
className="w-full h-[calc(100%-57px)] overflow-y-scroll"
id="main"
>
<div className="max-w-xxl mx-auto flex w-full px-1.5">
<Sidebar />
<main className="lg:w-ref-main relative mt-4 w-full flex-1 lg:mt-7">