From abe8b7f892aea1da21d717c34aa699a820e2ea48 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Thu, 24 Apr 2025 19:49:39 -0400 Subject: [PATCH] put on root iunstead --- index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {