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 e05f262 commit a7b80c3Copy full SHA for a7b80c3
packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx
@@ -174,7 +174,7 @@ export function SpaceLayout(props: SpaceLayoutProps) {
174
innerHeader={
175
<>
176
{!withTopHeader && (
177
- <div className="flex gap-2 max-lg:hidden">
+ <div className="mt-4 flex gap-2 max-lg:hidden">
178
<SearchContainer
179
style={CustomizationSearchStyle.Subtle}
180
withVariants={variants.generic.length > 1}
packages/gitbook/src/components/TableOfContents/TableOfContents.tsx
@@ -51,6 +51,7 @@ export async function TableOfContents(props: {
51
'lg:animate-none!',
52
'lg:sticky',
53
'lg:mr-12',
54
+ 'lg:z-0!',
55
56
// Server-side static positioning
57
'lg:top-0',
0 commit comments