diff options
| author | Kevin Martensson <[email protected]> | 2012-01-18 14:02:18 +0100 |
|---|---|---|
| committer | Kevin Martensson <[email protected]> | 2012-01-18 14:02:18 +0100 |
| commit | 87113396dfbf7bfcb41c52702c6d8c861ab215c9 (patch) | |
| tree | 4a1091db89e779bfbe597d01143212723267e220 /lib/dropdowns.less | |
| parent | f2fadf1f0a3f444893fec394fd0180d03e1058a3 (diff) | |
| download | bootstrap-87113396dfbf7bfcb41c52702c6d8c861ab215c9.tar.xz bootstrap-87113396dfbf7bfcb41c52702c6d8c861ab215c9.zip | |
Make dropdown menus scalable.
Diffstat (limited to 'lib/dropdowns.less')
| -rw-r--r-- | lib/dropdowns.less | 2 |
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 |
