aboutsummaryrefslogtreecommitdiff
path: root/lib/dropdowns.less
diff options
context:
space:
mode:
authorKevin Martensson <[email protected]>2012-01-18 14:02:18 +0100
committerKevin Martensson <[email protected]>2012-01-18 14:02:18 +0100
commit87113396dfbf7bfcb41c52702c6d8c861ab215c9 (patch)
tree4a1091db89e779bfbe597d01143212723267e220 /lib/dropdowns.less
parentf2fadf1f0a3f444893fec394fd0180d03e1058a3 (diff)
downloadbootstrap-87113396dfbf7bfcb41c52702c6d8c861ab215c9.tar.xz
bootstrap-87113396dfbf7bfcb41c52702c6d8c861ab215c9.zip
Make dropdown menus scalable.
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 08054713c..d0316f145 100644
--- a/lib/dropdowns.less
+++ b/lib/dropdowns.less
@@ -30,7 +30,7 @@
// The dropdown menu (ul)
.dropdown-menu {
position: absolute;
- top: 40px;
+ top: 100%;
z-index: @zindexDropdown;
float: left;
display: none; // none by default, but block on "open" of the menu