mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-27 05:38:09 -05:00
Fix modals getting cut off
This commit is contained in:
@@ -33,10 +33,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
:global(html[data-fuse="true"]) .modal {
|
||||
max-height: min(72dvh, calc(var(--visual-viewport-height, 100dvh) - 10rem));
|
||||
}
|
||||
|
||||
.fullScreenModal {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
@@ -45,7 +41,6 @@
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding-block-start: calc(env(safe-area-inset-top) + var(--s-6));
|
||||
padding-block-end: var(--s-32);
|
||||
}
|
||||
|
||||
@keyframes zoom-in-95 {
|
||||
|
||||
Reference in New Issue
Block a user