Commit 70a57902 authored by Catalin Zalog's avatar Catalin Zalog Committed by Mark Otto
Browse files

Change sticky order (#22027)

Based on this pen: http://codepen.io/zalog/pen/jyoyoR
parent 0a997795
Showing with 1 addition and 1 deletion
+1 -1
...@@ -581,8 +581,8 @@ $dropdown-header-color: $gray-light !default; ...@@ -581,8 +581,8 @@ $dropdown-header-color: $gray-light !default;
$zindex-dropdown-backdrop: 990 !default; $zindex-dropdown-backdrop: 990 !default;
$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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment