Fix not being able to scroll dropdown on touch devices in web UI (#34873)

This commit is contained in:
Eugen Rochko 2025-06-02 10:07:42 +02:00 committed by GitHub
parent 0182fc389e
commit d47199dd4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6605,7 +6605,6 @@ a.status-card {
ul { ul {
overflow-y: auto; overflow-y: auto;
flex-shrink: 0;
padding-bottom: 8px; padding-bottom: 8px;
} }