fix: limit max-height of select[multiple] on mobile to prevent Chrome 145+ full-screen rendering (fixes #5242) (#5467) Co-authored-by: octo-patch <octo-patch@github.com>

a678299700219e7944ef753058355f0a919e8574

Octopus <liyuan851277048@icloud.com>

Signed
1 files changed, +5 -0Ignore whitespace
public/css/mobile-styles.css+5 -0
@@ -500,6 +500,11 @@
500500 .horde_multiple_hint {
501501 display: none;
502502 }
503+
504+ select[multiple] {
505+ max-height: 50px;
506+ overflow-y: auto;
507+ }
503508}
504509
505510/*landscape mode phones and ipads*/