SillyTavern/public/css/popup-safari-fix.css

9 lines
185 B
CSS

/* iPhone copium land */
@media screen and (max-width: 1000px) {
.ios .popup .popup-body {
height: fit-content;
max-height: 90vh;
max-height: 90svh;
}
}