Browse Source

Editor: Remove touch-action css temporarily.

Mr.doob 5 years ago
parent
commit
b478609c3c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      editor/css/main.css

+ 0 - 4
editor/css/main.css

@@ -2,10 +2,6 @@
 	color-scheme: light dark;
 }
 
-html {
-	touch-action: none;
-}
-
 body {
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 14px;