diff options
| author | Jacob Thornton <[email protected]> | 2012-01-22 20:41:52 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-22 20:41:52 -0800 |
| commit | f7b5e0f6b58ae137cc878a1660f9513e343a74c3 (patch) | |
| tree | ac4b116b5871254cb1ffe956449caf607ea2590b /lib/dropdowns.less | |
| parent | 36d2679f8358f91d8a2c746e0f14b3500b73c163 (diff) | |
| parent | 87113396dfbf7bfcb41c52702c6d8c861ab215c9 (diff) | |
| download | bootstrap-f7b5e0f6b58ae137cc878a1660f9513e343a74c3.tar.xz bootstrap-f7b5e0f6b58ae137cc878a1660f9513e343a74c3.zip | |
Merge pull request #1046 from kevva/dropdown-menus
Scalable dropdown menus
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 40b4d7e87..e2c32f180 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 |
