From 70a57902cee0e699dce5aa6c799445d99a9aecce Mon Sep 17 00:00:00 2001 From: Catalin Zalog Date: Fri, 3 Mar 2017 23:02:17 +0200 Subject: [PATCH] Change sticky order (#22027) Based on this pen: http://codepen.io/zalog/pen/jyoyoR --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index b4e8e2fa81..09ac11a9dc 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;