From a6087d58c846272db12c78dc18e044f2adc3c6fc Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sun, 15 Oct 2017 00:02:35 -0700 Subject: [PATCH] Disable double-tap-to-zoom --- app/static/workspace.less | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/workspace.less b/app/static/workspace.less index 784907ecf..c664205b0 100644 --- a/app/static/workspace.less +++ b/app/static/workspace.less @@ -10,6 +10,7 @@ body { font-size: @font-size; line-height: @line-height-base; -webkit-font-smoothing: antialiased; + touch-action: manipulation; } nylas-workspace {