fix(modal): scroll behaviour contain

This commit is contained in:
Juergen Kunz
2025-06-27 00:18:36 +00:00
parent d67a66662d
commit a57005a49b
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-06-27 - 1.10.1 - fix(modal)
Improve modal overscroll behavior by adding 'overscroll-behavior: contain' to content container
- Added 'overscroll-behavior: contain' to .modal .content to ensure proper scroll containment
- Applied overscroll-behavior in modal container for enhanced responsiveness on mobile and desktop
## 2025-06-26 - 1.10.0 - feat(dees-modal)
Add mobileFullscreen option to modals for full-screen mobile support