fix mobile zoom in when adjusting settings - webgbcam - [fork] gameboy webcam
HTML git clone git://src.adamsgaard.dk/webgbcam
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d8ad3e901afb1fa346d2f188f62a3d96def756c0
DIR parent 9b9bb2d1137faadfb3d5f80ed0d65fdc2cac2d5f
HTML Author: Zach Coleman <ztc0611@gmail.com>
Date: Mon, 31 Jan 2022 20:08:34 -0500
fix mobile zoom in when adjusting settings
Diffstat:
M style.css | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/style.css b/style.css
@@ -3,6 +3,7 @@ html, body{
padding: 0;
height: 100%;
width: 100%;
+ touch-action: manipulation;
}
body {