Fix Dropdown being obscured by other elements

increased z-index of dropdown-menu to prevent it from being obscured by other page elements
This commit is contained in:
Patrick Crandol
2018-10-28 23:24:15 -04:00
parent ec56aa9e81
commit a02b1fb2a0

View File

@@ -256,7 +256,7 @@ a.btn {
}
.dropdown-target:target ~ .dropdown-menu {
display: block;
z-index: 10;
z-index: 1000;
}
.dropdown-close {
display: inline;