diff --git a/src/index.css b/src/index.css index f1d8c73..7fdd18d 100644 --- a/src/index.css +++ b/src/index.css @@ -1 +1,16 @@ @import "tailwindcss"; + +html, body { + overscroll-behavior: none; + -webkit-overflow-scrolling: touch; +} + +html { + overflow: hidden; + height: 100%; +} + +body { + overflow: auto; + height: 100%; +}