Files
vercel__next.js/examples/auth/app/globals.css
2023-12-23 10:21:26 -06:00

6 lines
57 B
CSS

html,
body {
max-width: 100vw;
overflow-x: hidden;
}