mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 12:29:46 +08:00
fixed overflow
This commit is contained in:
parent
a8b9fc0ef8
commit
fad7701f59
1 changed files with 4 additions and 0 deletions
|
@ -28,4 +28,8 @@
|
|||
|
||||
#middle {
|
||||
animation: woah 5s infinite linear;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
Loading…
Reference in a new issue