aboutsummaryrefslogtreecommitdiff
path: root/lib/dropdowns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 04:07:53 -0800
committerMark Otto <[email protected]>2012-01-07 04:07:53 -0800
commit5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159 (patch)
tree9f2497e700fab116e81542f33da26ebc6114e022 /lib/dropdowns.less
parent8bdaf1f36451266064ec460b87a12f21a2caa65b (diff)
downloadbootstrap-5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159.tar.xz
bootstrap-5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159.zip
another quick pass at ranking all zindexes and listing them in variables for quick overview and editing later
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 a87641d64..fc333a4cd 100644
--- a/lib/dropdowns.less
+++ b/lib/dropdowns.less
@@ -27,7 +27,7 @@
.dropdown-menu {
position: absolute;
top: 40px;
- z-index: 1000;
+ z-index: @zindexDropdowns;
float: left;
display: none; // none by default, but block on "open" of the menu
min-width: 160px;