Skip to content

Commit

Permalink
stop dropdown displaying over sticky nav bars
Browse files Browse the repository at this point in the history
  • Loading branch information
13twelve committed Jan 6, 2025
1 parent d3b3070 commit de75547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/scss/vendor/_vselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ $multiSelectHeight: 45px;
}

.a17 ~ .vs__dropdown-menu {
--vs-dropdown-z-index: 9;

padding:15px 0;
border-top:1px solid $color__border--light;
box-shadow: 0px 1px 3.5px 0px rgba(0, 0, 0, 0.30);
Expand Down

0 comments on commit de75547

Please sign in to comment.