diff --git a/src/main/webapp/sass/_common.scss b/src/main/webapp/sass/_common.scss index 038a613ec7..118be420a4 100644 --- a/src/main/webapp/sass/_common.scss +++ b/src/main/webapp/sass/_common.scss @@ -49,6 +49,10 @@ html { } } +body * { + max-height: 9999999em; /* disable font boosting in mobile browsers */ +} + body { max-width: 89em; margin: auto;