Browse Source

Fixed tapping rapidly causing zoom

tags/v0.0.1
Fen Dweller 6 years ago
parent
commit
cff2a9d3c4
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      gorge.css

+ 1
- 0
gorge.css View File

@@ -2,6 +2,7 @@ body {
font-family: Sans-Serif;
user-select: none;
-moz-user-select: none;
touch-action: manipulation;
}

body.dark {


Loading…
Cancel
Save