1 parent 11e6461 commit 35dd08aCopy full SHA for 35dd08a
1 file changed
web/src/components/docs-sidebar.tsx
@@ -52,7 +52,7 @@ export function MobileDocsMenu() {
52
<span className="sr-only">Open documentation menu</span>
53
</summary>
54
<div
55
- className="absolute right-0 top-11 max-h-[calc(100vh-6rem)] w-72 overflow-y-auto rounded-xl border bg-background p-4 shadow-lg"
+ className="fixed inset-x-4 top-24 max-h-[calc(100vh-7rem)] overflow-y-auto rounded-xl border bg-background p-4 shadow-lg"
56
onClick={() => details.current?.removeAttribute("open")}
57
>
58
<DocsSidebar />
0 commit comments