diff --git a/index.css b/index.css index 50167f4..6ee72a1 100644 --- a/index.css +++ b/index.css @@ -4,6 +4,10 @@ button { font-family: sans-serif; } +:root { + overflow-y: scroll; +} + body { margin: 0; display: flex; @@ -12,8 +16,6 @@ body { height: 100vh; background: rgb(255, 255, 255); - - overflow-y: scroll; } #form {