feat(modal): enhance modal behavior and viewport handling for iOS devices

This commit is contained in:
2026-09-02 15:17:32 -03:00
parent 71ef09b413
commit 6f87aae939
6 changed files with 120 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
<div
#shell
class="modal-shell"
[class.modal-shell--fullscreen-media]="presentation() === 'fullscreen-media'"
(click)="backdropClick.emit()"