Prevents the pull-to-refresh action on android devices

This commit is contained in:
evandrocoan 2025-07-29 23:36:43 -03:00
parent 32081245da
commit 2e597505d2

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;