@import "tailwindcss"; html, body { overscroll-behavior: none; -webkit-overflow-scrolling: touch; } html { overflow: hidden; height: 100%; } body { overflow: auto; height: 100%; }