diff --git a/app/components/elements/Dialog.module.css b/app/components/elements/Dialog.module.css index 1f22900ec..fb95e8356 100644 --- a/app/components/elements/Dialog.module.css +++ b/app/components/elements/Dialog.module.css @@ -56,6 +56,7 @@ min-width: 100%; min-height: 100%; border-radius: 0; + padding-block-start: calc(env(safe-area-inset-top) + var(--s-6)); padding-block-end: var(--s-32); }