mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 14:23:39 +08:00
max height 100%
This commit is contained in:
parent
9c388c3d37
commit
70ca2cb282
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
display: grid;
|
||||
gap: 1rem;
|
||||
max-width: 1200px;
|
||||
max-height: 90vh;
|
||||
max-height: 100%;
|
||||
overflow-y: auto;
|
||||
grid-template-areas:
|
||||
"topButtons topButtons topButtons"
|
||||
|
|
Loading…
Reference in a new issue