A user is experiencing an issue where image banners overlap into subsequent sections on the Dawn theme after adding custom CSS to make images full viewport height (100vh) on mobile devices. The problem occurs with any image section, and a screenshot demonstrates the overlap.
Key Technical Details:
Custom CSS was added to section-image-banner.css targeting .banner__media and slider elements
The code successfully extends image height but causes unintended overlap
Side Discussions:
Another user resolved a cart drawer delete button issue using CSS (pointer-events: unset !important)
A request for hiding navigation arrows on mobile devices (no solution provided yet)
A similar video banner bleeding issue was addressed with CSS using object-fit: cover and absolute positioning
Status: The original poster’s overlap issue remains unresolved. A community member requested the store URL and password to investigate further, but no follow-up solution has been posted.
Summarized with AI on October 30.
AI used: claude-sonnet-4-5-20250929.
Im trying to add different sections to my dawn theme. but everytime i try to do it the section before it bleeds into the next section. It happens with any image.