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:
parent
5ba7c14afe
commit
e594107f37
6 changed files with 25 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue