From 70a295641d9cc925553c714b4a59a358be38452a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bosi?= <71827178+bosiraphael@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:44:43 +0100 Subject: [PATCH] Fix overscroll behavior on dev environment (#11080) Before: https://github.com/user-attachments/assets/c04e8d5d-cfa2-4d62-a4c6-39041c8b61c8 After: https://github.com/user-attachments/assets/953b31b4-9388-43ed-9279-2bc0a73b24dc --- packages/twenty-front/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) 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;