forked from mirrors/bookwyrm
Force dropdown menus to always visible
This commit is contained in:
parent
5b27952b34
commit
b6106691ef
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ input[type=file]::file-selector-button:hover {
|
|||
color: #363636;
|
||||
}
|
||||
|
||||
details[open] .dropdown-menu {
|
||||
details .dropdown-menu {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue