SillyTavern/public/css/popup-safari-fix.css
2024-06-28 21:32:39 +03:00

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;
}
}