Skip to content

Commit

Permalink
styles: z-index on dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Aug 13, 2023
1 parent 482ffb6 commit 351a50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ blockquote:before {

.overview-dropdown-content {
animation: contentHide 150ms ease-in forwards;
transform-origin: var(--kb-menu-content-transform-origin);
z-index: 50;
}

.overview-dropdown-content[data-expanded] {
Expand Down

0 comments on commit 351a50e

Please sign in to comment.