aboutsummaryrefslogtreecommitdiff
path: root/lib/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 04:01:09 -0800
committerMark Otto <[email protected]>2012-01-07 04:01:09 -0800
commit8bdaf1f36451266064ec460b87a12f21a2caa65b (patch)
treeae74d11b55fe8be10f1e85ac283a74d77631ab7f /lib/dropdowns.less
parent2540caeddd59822cd8f7c805e777adc7504b87b3 (diff)
downloadbootstrap-8bdaf1f36451266064ec460b87a12f21a2caa65b.tar.xz
bootstrap-8bdaf1f36451266064ec460b87a12f21a2caa65b.zip
better ranking of z-indexes for tipsies so they appear above dropdown menus but below fixed topbar
Diffstat (limited to 'lib/dropdowns.less')
-rw-r--r--lib/dropdowns.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dropdowns.less b/lib/dropdowns.less
index e2bca04ac..a87641d64 100644
--- a/lib/dropdowns.less
+++ b/lib/dropdowns.less
@@ -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;