Commit 1ef9cbc6 authored by Mark Otto's avatar Mark Otto

rejigger z-index ranks for popovers/topbar/etc

parent fbd686ad
This diff is collapsed.
This diff is collapsed.
...@@ -49,12 +49,13 @@ ...@@ -49,12 +49,13 @@
// Z-INDEX // Z-INDEX
// ------- // -------
@zindexDropdown: 1000; @zindexDropdown: 1000;
@zindexFixedNavbar: 1010; @zindexPopover: 1010;
@zindexModalBackdrop: 1020; @zindexTwipsy: 1020;
@zindexModal: 1030; @zindexFixedNavbar: 1030;
@zindexPopover: 1040; @zindexModalBackdrop: 1040;
@zindexTwipsy: 1050; @zindexModal: 1050;
// THEME VARIABLES // THEME VARIABLES
......
Markdown is supported
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