2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Make dropdown menus scalable.

This commit is contained in:
Kevin Martensson
2012-01-18 14:02:18 +01:00
parent f2fadf1f0a
commit 87113396df
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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