diff --git a/src/index.css b/src/index.css index 60de5e1..1e44c32 100644 --- a/src/index.css +++ b/src/index.css @@ -20,6 +20,10 @@ html, body, #root, #app { height: 100%; } +#root { + overflow: hidden; +} + button { background: none; border: none;