mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
better ranking of z-indexes for tipsies so they appear above dropdown menus but below fixed topbar
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
z-index: 900;
|
||||
z-index: 1000;
|
||||
float: left;
|
||||
display: none; // none by default, but block on "open" of the menu
|
||||
min-width: 160px;
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
z-index: 1005;
|
||||
display: none;
|
||||
padding: 5px;
|
||||
&.top { margin-top: -5px; }
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
.twipsy {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
z-index: 1005;
|
||||
display: block;
|
||||
visibility: visible;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user