diff --git a/style.css b/style.css index 408d955..0a78c64 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,7 @@ +* { + touch-action: pan-y; +} + body { margin: 0 0 0 0; }