diff --git a/src/index.css b/src/index.css index 25e1b33..390f5f9 100644 --- a/src/index.css +++ b/src/index.css @@ -2,6 +2,13 @@ @tailwind components; @tailwind utilities; +html { + position: fixed; + width: 100%; + height: 100%; + overflow: hidden; +} + body { overflow-y: clip; }