Skip to content

Commit

Permalink
Give dropdowns a z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny2github committed Jan 24, 2022
1 parent f9de3a9 commit 347d1cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ dl dt {
font-size: .8125rem;
font-weight: normal;
width: max-content;
z-index: 8;
}
.right .dropdown {
left: inherit;
Expand Down Expand Up @@ -941,4 +942,4 @@ dl dt {
/* recent changes */
.mw-rcfilters-ui-overlay {
z-index: 1;
}
}

0 comments on commit 347d1cf

Please sign in to comment.