docs: fix collapsed navbar overlapping release notification (#12745)

This commit is contained in:
Shahed Nasser
2025-06-16 16:22:58 +03:00
committed by GitHub
parent 2e861a9449
commit 48810faa96

View File

@@ -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 />