Skip to content

Commit

Permalink
ensure desktop menu z-index above map (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mahoney authored Jul 18, 2019
1 parent 975592f commit 353ae03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/assets/css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ $btn-padding-x: $base-spacing * 1.6;
$btn-padding-y: $base-spacing * .6;

$z-index-modal: 101;
$z-index-desktop-menu: 100;
$z-index-above-leaflet: 23;
$z-index-leaflet-level-8: 21;
$z-index-leaflet-level-7: 21;
Expand All @@ -121,7 +122,6 @@ $z-index-leaflet-level-4: 18;
$z-index-leaflet-level-3: 17;
$z-index-leaflet-level-2: 16;
$z-index-leaflet-level-1: 15;
$z-index-desktop-menu: 14;
$zindex-sticky: 13;
$z-index-datepicker-content: 12;
$z-index-search-bar-results: 11;
Expand Down

0 comments on commit 353ae03

Please sign in to comment.