mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-13 02:04:50 +02:00
d8070d2bf4
Problem: #existingList ID selector had higher specificity than .contacts-list-fullscreen class, and max-height values were limiting the list height regardless of the class height setting. Changes: - Desktop: #existingList max-height calc(100vh - 400px) → calc(100vh - 240px) - Mobile: #existingList max-height calc(100vh - 450px) → calc(100vh - 280px) This should now properly utilize available screen space.