fixed overflow

This commit is contained in:
Jack 2020-07-22 21:24:15 +01:00
parent a8b9fc0ef8
commit fad7701f59

View file

@ -28,4 +28,8 @@
#middle {
animation: woah 5s infinite linear;
}
body {
overflow: hidden;
}