mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
fix: webui filter selection on mobile (#4684)
This commit is contained in:
parent
1e988c9ce4
commit
bcc1d868a1
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ $toolbar-height: $toolbar-height-number * 1px;
|
|||
@include for-phone-only {
|
||||
padding: 5px 10px;
|
||||
|
||||
:not(select):not(input) {
|
||||
:not(select):not(input):not(option) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue