Skip to content

Commit 2bce127

Browse files
authored
Fix section group dropdown offset on big screens (#3662)
1 parent f89e889 commit 2bce127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/SiteSections/SiteSectionTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function SiteSectionTabs(props: {
128128
{children}
129129

130130
<div
131-
className="absolute top-full left-0 z-20 flex w-full"
131+
className="fixed top-full left-0 z-20 flex w-full"
132132
style={{
133133
padding: `0 ${SCREEN_OFFSET}px 0 ${SCREEN_OFFSET}px`,
134134
}}

0 commit comments

Comments
 (0)