docs: fix collapsed navbar overlapping release notification (#12745)
This commit is contained in:
@@ -15,10 +15,10 @@ export const ContentMenu = () => {
|
||||
<div
|
||||
className={clsx(
|
||||
"hidden lg:flex w-full max-w-sidebar-lg",
|
||||
"flex-col gap-docs_2 pt-[28px] pb-docs_1.5 pr-docs_1",
|
||||
"flex-col gap-docs_2 pb-docs_1.5 pr-docs_1",
|
||||
"fixed top-[57px] right-docs_0.25 z-10",
|
||||
showCollapsedNavbar && "h-[calc(100%-112px)]",
|
||||
!showCollapsedNavbar && "h-[calc(100%-56px)]"
|
||||
showCollapsedNavbar && "h-[calc(100%-112px)] pt-[84px]",
|
||||
!showCollapsedNavbar && "h-[calc(100%-56px)] pt-[28px]"
|
||||
)}
|
||||
>
|
||||
<ContentMenuVersion />
|
||||
|
||||
Reference in New Issue
Block a user