Skip to content

Commit

Permalink
Merge pull request #979 from geoadmin/bug-location-popup-zindex
Browse files Browse the repository at this point in the history
Put location popup below the menu and header - #patch
  • Loading branch information
ltshb authored Jul 4, 2024
2 parents dd6ca36 + a79af89 commit 0cd4770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/variables.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $zindex-loading-screen: 101;
// Menu stacking context
$zindex-menu-tray: $zindex-menu; // one step behind the header so that it can slip behind when closed, but above the toolbox buttons
$zindex-menu-header: $zindex-menu + 1;
$zindex-map-popover: $zindex-menu-header + 1;
$zindex-map-popover: $zindex-menu - 1;
/* in order to have the header slip behind the drawing toolbox when the hiding animation
occurs (teleported in the menu context)*/
$zindex-drawing-toolbox: 3;
Expand Down

0 comments on commit 0cd4770

Please sign in to comment.