2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

change up the z-indexing and add some popover/twipsy content to the test modal on the js docs to help avoid future bugs

This commit is contained in:
Mark Otto
2012-01-07 04:17:33 -08:00
parent 5ba7c14afe
commit e594107f37
6 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
.dropdown-menu {
position: absolute;
top: 40px;
z-index: @zindexDropdowns;
z-index: @zindexDropdown;
float: left;
display: none; // none by default, but block on "open" of the menu
min-width: 160px;