mirror of
https://github.com/exo-explore/exo.git
synced 2026-02-25 18:58:39 -05:00
## Motivation Fixes https://github.com/exo-explore/exo/issues/1107 - Horizontal scrollbar always appears in instances section, and vertical scrollbar appears too early (with just 1-2 instances on large screens). ## Changes - Added overflow-x-hidden to remove horizontal scrollbar - Added xl:max-h-96 for responsive vertical height (384px on xl+ screens vs 288px default) - Added py-px to accommodate corner accent decorations that extend 1px outside cards ## Why It Works - overflow-x-hidden prevents horizontal scroll regardless of content - Larger max-height on xl screens fits 2 instances without scrollbar; 3rd triggers it - 1px vertical padding accommodates the -top-px/-bottom-px positioned corner accents that caused tiny overflow ## Test Plan ### Manual Testing <img width="1190" height="868" alt="image" src="https://github.com/user-attachments/assets/2a582328-5b4f-4490-a488-52106f2e85ef" /> ### Automated Testing N/A