diff --git a/packages/twenty-front/src/index.css b/packages/twenty-front/src/index.css index 611eb359b5..cf9ab76a4d 100644 --- a/packages/twenty-front/src/index.css +++ b/packages/twenty-front/src/index.css @@ -5,6 +5,7 @@ body { -moz-osx-font-smoothing: grayscale; background: var(--t-background-tertiary); color: var(--t-font-color-primary); + touch-action: manipulation; } html {