🐛 docs: fix scrollama error

https://github.com/russellgoldenberg/scrollama/pull/106
This commit is contained in:
afc163 2019-11-29 09:57:28 +08:00
parent f7d211fcea
commit 53eee985f0

View File

@ -3,8 +3,11 @@ body {
height: 100%;
}
body {
html {
overflow-x: hidden;
}
body {
color: @site-text-color;
font-size: 14px;
font-family: @font-family;