Skip to content

Commit

Permalink
change map z-index so layers browser menu is on top
Browse files Browse the repository at this point in the history
  • Loading branch information
nstjean committed Feb 3, 2020
1 parent 70e0f5b commit f3a4a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ textarea, input {
.inline-fullwidth-content {
width:100vw !important;
margin:0 calc((100% / 2) - 50vw) !important;
z-index:0 !important;
z-index: 10 !important;
}

@media (min-width: 992px) {
Expand Down

0 comments on commit f3a4a93

Please sign in to comment.