fix: webui filter selection on mobile (#4684)

This commit is contained in:
wsy2220
2023-02-02 15:34:10 +08:00
committed by GitHub
parent 1e988c9ce4
commit bcc1d868a1

View File

@@ -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;
}