mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
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.