mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 23:26:15 -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 {
|
||||
|
||||
4
changelog/2026-09-14-modal-height.md
Normal file
4
changelog/2026-09-14-modal-height.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
type: bug
|
||||
---
|
||||
Modals no longer get cut short, full screen ones (such as the art viewer) now fill the whole screen
|
||||
Reference in New Issue
Block a user