Fix ad covering full screen modals Closes #2314

This commit is contained in:
Kalle
2025-05-20 19:40:50 +03:00
parent ca06fb296c
commit de971645ed
2 changed files with 4 additions and 2 deletions

View File

@@ -46,9 +46,10 @@
}
.fullScreenModal {
min-width: 100vw;
min-height: 100vh;
min-width: 100%;
min-height: 100%;
border-radius: 0;
padding-block-end: var(--s-32);
}
.modal[data-entering] {

View File

@@ -402,6 +402,7 @@
.layout__overlay-nav__dialog {
padding-block: var(--s-12) !important;
padding-block-end: var(--s-32) !important;
padding-inline: 0 !important;
}