mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-28 22:11:26 +02:00
34a86687de
Problem: List was too tall causing the entire page to scroll, hiding navigation buttons at the top when scrolling to bottom. Solution: - Changed from max-height to height for #existingList - Desktop: calc(100vh - 260px) - slightly smaller to fit all elements - Mobile: calc(100vh - 300px) - adjusted for mobile layout Now only the contact list scrolls internally, while navigation buttons remain visible at the top.