diff --git a/src/style/common.scss b/src/style/common.scss index c579827..23c82aa 100644 --- a/src/style/common.scss +++ b/src/style/common.scss @@ -16,6 +16,7 @@ html { height: 100%; + touch-action: manipulation; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; @@ -23,6 +24,7 @@ html { body { font-family: 'Open Sans', sans-serif; + touch-action: manipulation; } .visually-hidden {