Skip to content

Commit

Permalink
Merge pull request #4966 from kobotoolbox/fix-fullscreen-components
Browse files Browse the repository at this point in the history
Make fullscreen components appear over drawer
  • Loading branch information
RuthShryock committed Jun 4, 2024
2 parents 5d64519 + f2666aa commit 92edb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsapp/scss/z-indexes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ $z-help-bubble-popup: 2000;

$z-account-menu: 1101;

$z-form-builder-wrapper: 1051;
$z-form-builder-wrapper: 1052;
$z-fullscreen: 1051;
$z-kobo-drawer: 1050; // must be over leaflet

$z-map-overlay: 1001; // leaflet interface elements
Expand All @@ -17,7 +18,6 @@ $z-map-settings-3: 701;

$z-dropzone: 200;
$z-form-builder-add-row: 101;
$z-fullscreen: 101;
$z-dropdown: 100;

$z-processing-top: 80;
Expand Down

0 comments on commit 92edb35

Please sign in to comment.