Skip to content

Commit

Permalink
UI: Increase .dropdown z index (#135)
Browse files Browse the repository at this point in the history
Fixes dropdown menus being rendered below images.
  • Loading branch information
ttaylor-st authored Oct 16, 2024
1 parent 7c5c8c5 commit 0b9ca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@

.dropdown {
position: relative;
z-index: 10;
z-index: 15;
> .dropdown-target {
}
.dropdown-target {
Expand Down

0 comments on commit 0b9ca9f

Please sign in to comment.