With Backdrop
Features
- Smooth animations: Fade-in overlay with slide-up modal transition
- Scroll lock: Prevents body scrolling while modal is open
- Keyboard navigation: Press Escape to close
- Click outside: Click outside the modal to dismiss
- Auto-scroll reset: Content scrolls to top when modal opens
- Accessibility: role="dialog" and aria-modal="true" on the overlay
Focus is not trapped
Behavior
- Modal slides up from the bottom with a 600ms ease transition
- Overlay fades in with a 300ms transition
- Close button is positioned in the top-right corner
- Content area is scrollable if it exceeds viewport height
- Modal is rendered in a portal to document.body