Skip to content

Commit

Permalink
Adjust zindex variables so TinyMCE fullscreen does not sit over sslin…
Browse files Browse the repository at this point in the history
…k popups
  • Loading branch information
lianna-blanca committed Aug 23, 2024
1 parent 88a3d8e commit 745f807
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions client/src/styles/_bootstrap-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -528,13 +528,13 @@ $dropdown-item-padding-x: 1.3rem !default;
// Warning: Avoid customizing these values. They're used for a bird's eye view
// of components dependent on the z-axis and are designed to all work together.

//$zindex-dropdown: 1000 !default;
//$zindex-sticky: 1020 !default;
//$zindex-fixed: 1030 !default;
//$zindex-modal-backdrop: 1040 !default;
//$zindex-modal: 1050 !default;
//$zindex-popover: 1060 !default;
//$zindex-tooltip: 1070 !default;
//$zindex-dropdown: 1200 !default;
//$zindex-sticky: 1220 !default;
//$zindex-fixed: 1230 !default;
//$zindex-modal-backdrop: 1240 !default;
//$zindex-modal: 1250 !default;
//$zindex-popover: 1260 !default;
//$zindex-tooltip: 1270 !default;

// Navs

Expand Down
6 changes: 3 additions & 3 deletions client/src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ $input-padding-y-lg: .75rem;
// Warning: Avoid customizing these values. They're used for a bird's eye view
// of components dependent on the z-axis and are designed to all work together.

$zindex-popover: 1060;
$zindex-modal-bg: 1040;
$zindex-modal: 1050;
$zindex-popover: 1260;
$zindex-modal-bg: 1240;
$zindex-modal: 1250;
$zindex-cms-content-header: 60;
$zindex-cms-content-actions: 79;
$zindex-menu: $zindex-cms-content-actions + 1;
Expand Down

0 comments on commit 745f807

Please sign in to comment.