mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Limit height to match large popup
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
@media screen and (max-width: 1000px) {
|
||||
.ios .popup .popup-body {
|
||||
height: fit-content;
|
||||
max-height: 95vh;
|
||||
max-height: 95svh;
|
||||
max-height: 90vh;
|
||||
max-height: 90svh;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user