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: {
4444 'absolute' ,
4545 'top-full' ,
4646 'left-0' ,
47- 'z-10 ' ,
47+ 'z-20 ' ,
4848 'origin-top-left' ,
4949 'invisible' ,
5050 'transition-opacity' ,
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ export function Header(props: {
142142 { sections ? (
143143 < div
144144 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' ,
146146 // Handle long section tabs, particularly on smaller screens.
147147 'overflow-x-auto hide-scroll' ,
148148 ) }
You can’t perform that action at this time.
0 commit comments