mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-31 20:51:30 -04:00
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:
@@ -256,7 +256,7 @@ a.btn {
|
||||
}
|
||||
.dropdown-target:target ~ .dropdown-menu {
|
||||
display: block;
|
||||
z-index: 10;
|
||||
z-index: 1000;
|
||||
}
|
||||
.dropdown-close {
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user