Skip to content

Commit

Permalink
fix: change the z-index of the dropdown (pydata#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 authored and gabalafou committed Sep 19, 2023
1 parent a4e2804 commit 68c57ed
Showing 1 changed file with 1 addition and 0 deletions.
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 68c57ed

Please sign in to comment.