Skip to content

Commit

Permalink
Fix a regression in variant drop-down caused by missing z-index. (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmerich authored Nov 19, 2024
1 parent 1ed18c0 commit 061c0c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-garlics-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gitbook': patch
---

Fix a regression in variant drop-down caused by missing z-index.
1 change: 1 addition & 0 deletions packages/gitbook/src/components/Header/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export function Dropdown<E extends HTMLElement>(props: {
'absolute',
'top-full',
'left-0',
'z-20',
'origin-top-left',
'invisible',
'transition-opacity',
Expand Down

0 comments on commit 061c0c1

Please sign in to comment.