Skip to content

Commit a0c45ad

Browse files
committed
Adjust zindex variables so TinyMCE fullscreen does not sit over sslink popups
1 parent 88a3d8e commit a0c45ad

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

client/dist/styles/bundle.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/styles/_bootstrap-variables.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -528,13 +528,13 @@ $dropdown-item-padding-x: 1.3rem !default;
528528
// Warning: Avoid customizing these values. They're used for a bird's eye view
529529
// of components dependent on the z-axis and are designed to all work together.
530530

531-
//$zindex-dropdown: 1000 !default;
532-
//$zindex-sticky: 1020 !default;
533-
//$zindex-fixed: 1030 !default;
534-
//$zindex-modal-backdrop: 1040 !default;
535-
//$zindex-modal: 1050 !default;
536-
//$zindex-popover: 1060 !default;
537-
//$zindex-tooltip: 1070 !default;
531+
//$zindex-dropdown: 1200 !default;
532+
//$zindex-sticky: 1220 !default;
533+
//$zindex-fixed: 1230 !default;
534+
//$zindex-modal-backdrop: 1240 !default;
535+
//$zindex-modal: 1250 !default;
536+
//$zindex-popover: 1260 !default;
537+
//$zindex-tooltip: 1270 !default;
538538

539539
// Navs
540540

client/src/styles/_variables.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ $input-padding-y-lg: .75rem;
9191
// Warning: Avoid customizing these values. They're used for a bird's eye view
9292
// of components dependent on the z-axis and are designed to all work together.
9393

94-
$zindex-popover: 1060;
95-
$zindex-modal-bg: 1040;
96-
$zindex-modal: 1050;
94+
$zindex-popover: 1260;
95+
$zindex-modal-bg: 1240;
96+
$zindex-modal: 1250;
9797
$zindex-cms-content-header: 60;
9898
$zindex-cms-content-actions: 79;
9999
$zindex-menu: $zindex-cms-content-actions + 1;

0 commit comments

Comments
 (0)