We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef5abe commit 38a0e42Copy full SHA for 38a0e42
vendor/assets/stylesheets/bootstrap/_variables.scss
@@ -114,12 +114,12 @@ $dropdownDividerBottom: $white !default;
114
// -------------------------
115
// Used for a bird's eye view of components dependent on the z-axis
116
// Try to avoid customizing these :)
117
-$zindexDropdown: 1000;
118
-$zindexPopover: 1010;
119
-$zindexTooltip: 1020;
120
-$zindexFixedNavbar: 1030;
121
-$zindexModalBackdrop: 1040;
122
-$zindexModal: 1050;
+$zindexDropdown: 1000 !default;
+$zindexPopover: 1010 !default;
+$zindexTooltip: 1020 !default;
+$zindexFixedNavbar: 1030 !default;
+$zindexModalBackdrop: 1040 !default;
+$zindexModal: 1050 !default;
123
124
125
// Sprite icons path
0 commit comments