diff options
Diffstat (limited to 'src/web/index.css')
| -rw-r--r-- | src/web/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/index.css b/src/web/index.css index b5647b1..3c6b0d6 100644 --- a/src/web/index.css +++ b/src/web/index.css @@ -3,6 +3,7 @@ body { margin: 0; width: 100vw; height: 100vh; + touch-action: pan-y; /* Prevent default touch behavior */ } #timeline { |