Skip to content

Commit

Permalink
Merge pull request #5914 from rbovard/patch-2
Browse files Browse the repository at this point in the history
Set higher z-index for map messages
  • Loading branch information
sbrunner authored Jun 10, 2020
2 parents 1150f2b + 87e49ab commit 3b2aaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gmf/src/sass/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ button[ngeo-mobile-geolocation] {
bottom: $app-margin;
left: $app-margin;
width: 18.75rem;
z-index: $above-content-index;
z-index: $above-search-index;

.alert {
padding: $half-app-margin calc(#{$app-margin} + 1rem) $half-app-margin $app-margin;
Expand Down

0 comments on commit 3b2aaf6

Please sign in to comment.