Fix console rendering on Safari; closes #4189

This commit is contained in:
DaneEveritt 2022-06-30 20:30:01 -04:00
parent 003afb271b
commit 3120e1d4a0
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 33 additions and 42 deletions

View file

@ -19,7 +19,7 @@
}
.terminal {
@apply relative h-full flex flex-col;
@apply flex flex-col w-full;
& .overflows_container {
@apply -ml-4 sm:ml-0;