Disable double-tap-to-zoom

This commit is contained in:
Ben Gotow 2017-10-15 00:02:35 -07:00
parent 6fa52ca823
commit a6087d58c8

View file

@ -10,6 +10,7 @@ body {
font-size: @font-size;
line-height: @line-height-base;
-webkit-font-smoothing: antialiased;
touch-action: manipulation;
}
nylas-workspace {