Skip to content

Commit

Permalink
Update CSS variables to ensure TinyMCE sslink popup windows are not h…
Browse files Browse the repository at this point in the history
…idden behind fullscreen mode
  • Loading branch information
lianna-blanca committed Aug 22, 2024
1 parent e9f6b53 commit 5b31203
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 5b31203

Please sign in to comment.