Modal Media Viewport Overflow

Fix for content below large media elements (video, image, iframe) in fixed modals being pushed off-screen and inaccessible. Use when: (1) caption, links, or buttons below a video/image in a lightbox or modal are invisible despite being in the DOM, (2) modal uses vh-based max-height on media + body scroll lock and footer content disappears, (3) elements pass accessibility tree checks but are physically unreachable because the modal can't scroll. Covers the min-h-0 + flex-shrink-0 + calc(100dvh) pattern for Tailwind CSS and plain CSS flex column modals.

hubeiqiao Updated

File contents

hubeiqiao/skills/tree/main/modal-media-viewport-overflow commit 9bd44b0856

Frequently asked questions

npx skillmds@latest add hubeiqiao/modal-media-viewport-overflow