Skip to content

Commit ba2c61e

Browse files
committed
Fix documentation submenu overflow
1 parent c9928d6 commit ba2c61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/LibraryLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ export function LibraryLayout({
12841284
<div className="relative flex min-w-0 flex-1 items-stretch">
12851285
<nav
12861286
aria-label="Documentation sections"
1287-
className="flex min-w-0 flex-1 items-stretch gap-3 overflow-x-auto px-3 text-xs min-[1120px]:gap-6 min-[1120px]:px-6 min-[1120px]:text-[13px] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden"
1287+
className="flex min-w-0 flex-1 items-stretch gap-3 overflow-x-auto overflow-y-hidden px-3 text-xs min-[1120px]:gap-6 min-[1120px]:px-6 min-[1120px]:text-[13px] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden"
12881288
>
12891289
{tabbedMenuConfig.map((tab) => {
12901290
const target = tab.firstItem

0 commit comments

Comments
 (0)