We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fd7a3 commit 7e601cdCopy full SHA for 7e601cd
services/web-ui/src/App.css
@@ -1,3 +1,8 @@
1
-html, body {
+html,
2
+body {
3
height: 100%;
4
+
5
+ /* Disable zoom on mobile devices
6
+ * See https://stackoverflow.com/questions/4472891/how-can-i-disable-zoom-on-a-mobile-web-page */
7
+ touch-action: pan-x pan-y;
8
}
0 commit comments