CSS fix for Safari
This commit is contained in:
parent
be2fc0c026
commit
f7b9e026a0
|
@ -125,6 +125,11 @@ body {
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
/* background-color: magenta; */
|
/* background-color: magenta; */
|
||||||
overflow-y: scroll;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
|
|
Loading…
Reference in New Issue
Block a user