This commit is contained in:
evandrocoan 2025-12-15 19:08:47 +08:00 committed by GitHub
commit 7b847c12a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,11 @@
@tailwind components;
@tailwind utilities;
html, body {
/* Prevents the pull-to-refresh action */
overscroll-behavior-y: contain;
}
/* Custom Variables */
:root {
--white: #fff;