diff options
| author | Mark Otto <[email protected]> | 2017-03-03 13:09:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-03 13:09:08 -0800 |
| commit | a60542cf1565441617f58716e394cfe8496c62d5 (patch) | |
| tree | 4d3e97fc8e8d7f1732a3a533a853e65c625e4095 | |
| parent | 66a1f1d3601c9f388c514792c5c324159c56078c (diff) | |
| parent | 70a57902cee0e699dce5aa6c799445d99a9aecce (diff) | |
| download | bootstrap-a60542cf1565441617f58716e394cfe8496c62d5.tar.xz bootstrap-a60542cf1565441617f58716e394cfe8496c62d5.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
| -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; |
