2
0

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

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