mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Correct $zindex-sticky value (#24402)
This commit is contained in:
@@ -163,8 +163,8 @@ We don't encourage customization of these values; should you change one, you lik
|
|||||||
|
|
||||||
```scss
|
```scss
|
||||||
$zindex-dropdown: 1000 !default;
|
$zindex-dropdown: 1000 !default;
|
||||||
|
$zindex-sticky: 1020 !default;
|
||||||
$zindex-fixed: 1030 !default;
|
$zindex-fixed: 1030 !default;
|
||||||
$zindex-sticky: 1030 !default;
|
|
||||||
$zindex-modal-backdrop: 1040 !default;
|
$zindex-modal-backdrop: 1040 !default;
|
||||||
$zindex-modal: 1050 !default;
|
$zindex-modal: 1050 !default;
|
||||||
$zindex-popover: 1060 !default;
|
$zindex-popover: 1060 !default;
|
||||||
|
|||||||
Reference in New Issue
Block a user