diff --git a/web/src/index.css b/web/src/index.css index 880b4fe..00da08e 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -5,6 +5,11 @@ body { background-color: #EEE; line-height: 1.5; font-size: 16px; + touch-action: none; +} + +html { + touch-action: none; } #root {