From 53eee985f0e40d9c773eb38db5e2e708d68b5bcd Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 29 Nov 2019 09:57:28 +0800 Subject: [PATCH] :bug: docs: fix scrollama error https://github.com/russellgoldenberg/scrollama/pull/106 --- site/theme/static/common.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/theme/static/common.less b/site/theme/static/common.less index 812e5e4d61..6ba4a6bafe 100644 --- a/site/theme/static/common.less +++ b/site/theme/static/common.less @@ -3,8 +3,11 @@ body { height: 100%; } -body { +html { overflow-x: hidden; +} + +body { color: @site-text-color; font-size: 14px; font-family: @font-family;