Skip to content

Commit

Permalink
fix: change the z-index of the dropdown (#1442)
Browse files Browse the repository at this point in the history
In order to be on top of the primary sidebar on small screens.
  • Loading branch information
12rambau committed Sep 15, 2023
1 parent 4a29125 commit e2279d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ button.btn.version-switcher__button {
button.version-switcher__button,
.version-switcher__menu {
font-size: 1.1em; // A bit smaller than other menu font
z-index: $zindex-modal; // higher than the sidebars
@include media-breakpoint-up($breakpoint-sidebar-primary) {
font-size: unset;
}
Expand Down

0 comments on commit e2279d9

Please sign in to comment.