Skip to content

Commit 38a0e42

Browse files
hollithomas-mcdonald
authored andcommitted
changed zindex variables to use !default like everything else.
1 parent 0ef5abe commit 38a0e42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vendor/assets/stylesheets/bootstrap/_variables.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ $dropdownDividerBottom: $white !default;
114114
// -------------------------
115115
// Used for a bird's eye view of components dependent on the z-axis
116116
// Try to avoid customizing these :)
117-
$zindexDropdown: 1000;
118-
$zindexPopover: 1010;
119-
$zindexTooltip: 1020;
120-
$zindexFixedNavbar: 1030;
121-
$zindexModalBackdrop: 1040;
122-
$zindexModal: 1050;
117+
$zindexDropdown: 1000 !default;
118+
$zindexPopover: 1010 !default;
119+
$zindexTooltip: 1020 !default;
120+
$zindexFixedNavbar: 1030 !default;
121+
$zindexModalBackdrop: 1040 !default;
122+
$zindexModal: 1050 !default;
123123

124124

125125
// Sprite icons path

0 commit comments

Comments
 (0)