2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

better ranking of z-indexes for tipsies so they appear above dropdown menus but below fixed topbar

This commit is contained in:
Mark Otto
2012-01-07 04:01:09 -08:00
parent 2540caeddd
commit 8bdaf1f364
5 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sat Jan 7 03:57:28 PST 2012
* Date: Sat Jan 7 04:00:34 PST 2012
*/
html, body {
margin: 0;
@@ -1472,7 +1472,7 @@ i {
.dropdown-menu {
position: absolute;
top: 40px;
z-index: 900;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
@@ -2304,7 +2304,7 @@ i {
}
.twipsy {
position: absolute;
z-index: 1000;
z-index: 1005;
display: block;
visibility: visible;
padding: 5px;
@@ -2382,7 +2382,7 @@ i {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
z-index: 1005;
display: none;
padding: 5px;
}