From fad7701f596f2e7904b2f477de3c6cc8c0436eb3 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 22 Jul 2020 21:24:15 +0100 Subject: [PATCH] fixed overflow --- public/themes/round_round_baby.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/themes/round_round_baby.css b/public/themes/round_round_baby.css index 8a14d710e..de2c7055b 100644 --- a/public/themes/round_round_baby.css +++ b/public/themes/round_round_baby.css @@ -28,4 +28,8 @@ #middle { animation: woah 5s infinite linear; +} + +body { + overflow: hidden; } \ No newline at end of file