2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +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
+1 -1
View File
@@ -5,7 +5,7 @@
position: absolute;
top: 0;
left: 0;
z-index: 1000;
z-index: 1005;
display: none;
padding: 5px;
&.top { margin-top: -5px; }