File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' gitbook ' : minor
3
+ ---
4
+
5
+ Fix an issue where the space dropdown could appear behind the header.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export function Dropdown<E extends HTMLElement>(props: {
44
44
'absolute' ,
45
45
'top-full' ,
46
46
'left-0' ,
47
- 'z-10 ' ,
47
+ 'z-20 ' ,
48
48
'origin-top-left' ,
49
49
'invisible' ,
50
50
'transition-opacity' ,
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ export function Header(props: {
142
142
{ sections ? (
143
143
< div
144
144
className = { tcls (
145
- 'w-full shadow-thintop dark:shadow-light/1 bg-light dark:bg-dark z-[9] mt-0.5' ,
145
+ 'w-full shadow-thintop dark:shadow-light/1 bg-light dark:bg-dark mt-0.5' ,
146
146
// Handle long section tabs, particularly on smaller screens.
147
147
'overflow-x-auto hide-scroll' ,
148
148
) }
You can’t perform that action at this time.
0 commit comments