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 -0Showing whitespace changes
public/css/mobile-styles.css+5 -0
@@ -500,6 +500,11 @@
500 .horde_multiple_hint {500 .horde_multiple_hint {
501 display: none;501 display: none;
502 }502 }
503
504 select[multiple] {
505 max-height: 50px;
506 overflow-y: auto;
507 }
503}508}
504509
505/*landscape mode phones and ipads*/510/*landscape mode phones and ipads*/