diff --git a/packages/twenty-front/src/index.css b/packages/twenty-front/src/index.css index e7b2dce9b..4efa4d2e1 100644 --- a/packages/twenty-front/src/index.css +++ b/packages/twenty-front/src/index.css @@ -17,6 +17,10 @@ form { display: contents; } +html, body { + overscroll-behavior: none; +} + /* https://stackoverflow.com/questions/44543157/how-to-hide-the-google-invisible-recaptcha-badge */ .grecaptcha-badge { visibility: hidden !important;