diff options
| author | Catalin Zalog <[email protected]> | 2017-03-03 23:02:17 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-03 13:02:17 -0800 |
| commit | 70a57902cee0e699dce5aa6c799445d99a9aecce (patch) | |
| tree | fd89c9f79495b6c179be6c5adf07473e423559fd | |
| parent | 0a997795b4ac305da9e20dfb9e85d4f13b541f10 (diff) | |
| download | bootstrap-70a57902cee0e699dce5aa6c799445d99a9aecce.tar.xz bootstrap-70a57902cee0e699dce5aa6c799445d99a9aecce.zip | |
Change sticky order (#22027)
Based on this pen: http://codepen.io/zalog/pen/jyoyoR
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index b4e8e2fa8..09ac11a9d 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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; |
