Skip to content

Commit

Permalink
Fix #1150 dropdown z-index on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtommy committed May 22, 2019
1 parent bb0d19c commit 4ef90f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/components/_dropdown.scss
Expand Up @@ -6,7 +6,7 @@
@include overlay;
position: fixed;
background-color: rgba($black, 0.86);
z-index: 10;
z-index: 40;
cursor: pointer;
@include desktop {
display: none;
Expand Down Expand Up @@ -89,6 +89,7 @@
transform: translate3d(-50%, -25%, 0);
white-space: normal;
overflow-y: auto;
z-index: 50;
.dropdown-item {
padding: 1rem 1.5rem;
}
Expand Down

0 comments on commit 4ef90f2

Please sign in to comment.