Fix that the filter editor overlaps the dropdown menu

This commit is contained in:
Eric Lippmann 2016-01-28 14:27:11 +01:00
parent 0a3580cd98
commit 2ae88130f7

View File

@ -73,6 +73,7 @@
border-top: none; border-top: none;
margin-left: -1px; margin-left: -1px;
min-width: 14em; min-width: 14em;
z-index: 1;
} }
.tabs > .dropdown-nav-item > ul > li:hover > a { .tabs > .dropdown-nav-item > ul > li:hover > a {