We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89e889 commit 2bce127Copy full SHA for 2bce127
packages/gitbook/src/components/SiteSections/SiteSectionTabs.tsx
@@ -128,7 +128,7 @@ export function SiteSectionTabs(props: {
128
{children}
129
130
<div
131
- className="absolute top-full left-0 z-20 flex w-full"
+ className="fixed top-full left-0 z-20 flex w-full"
132
style={{
133
padding: `0 ${SCREEN_OFFSET}px 0 ${SCREEN_OFFSET}px`,
134
}}
0 commit comments