0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Change sticky order (#22027)

Based on this pen: http://codepen.io/zalog/pen/jyoyoR
This commit is contained in:
Catalin Zalog 2017-03-03 23:02:17 +02:00 committed by Mark Otto
parent 0a997795b4
commit 70a57902ce

View File

@ -581,8 +581,8 @@ $dropdown-header-color: $gray-light !default;
$zindex-dropdown-backdrop: 990 !default;
$zindex-dropdown: 1000 !default;
$zindex-sticky: 1020 !default;
$zindex-fixed: 1030 !default;
$zindex-sticky: 1030 !default;
$zindex-modal-backdrop: 1040 !default;
$zindex-modal: 1050 !default;
$zindex-popover: 1060 !default;