CSS fix for Safari

ipad-testing
Noah 2023-02-08 21:30:01 -08:00
parent be2fc0c026
commit f7b9e026a0
1 changed files with 5 additions and 0 deletions

View File

@ -125,6 +125,11 @@ body {
grid-row: 3;
/* background-color: magenta; */
overflow-y: scroll;
/* Work around Safari bug: the chat history would just lengthen the full
web page every time cuz it doesn't do grids well, so add a max height
of 90% viewport height to mitigate it a bit. */
max-height: 90vh;
}
/*******************