Skip to content

Commit a7b80c3

Browse files
committed
Small fixes
1 parent e05f262 commit a7b80c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export function SpaceLayout(props: SpaceLayoutProps) {
174174
innerHeader={
175175
<>
176176
{!withTopHeader && (
177-
<div className="flex gap-2 max-lg:hidden">
177+
<div className="mt-4 flex gap-2 max-lg:hidden">
178178
<SearchContainer
179179
style={CustomizationSearchStyle.Subtle}
180180
withVariants={variants.generic.length > 1}

packages/gitbook/src/components/TableOfContents/TableOfContents.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export async function TableOfContents(props: {
5151
'lg:animate-none!',
5252
'lg:sticky',
5353
'lg:mr-12',
54+
'lg:z-0!',
5455

5556
// Server-side static positioning
5657
'lg:top-0',

0 commit comments

Comments
 (0)