mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
🐛 docs: fix scrollama error
https://github.com/russellgoldenberg/scrollama/pull/106
This commit is contained in:
parent
f7d211fcea
commit
53eee985f0
@ -3,8 +3,11 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
html {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
color: @site-text-color;
|
color: @site-text-color;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: @font-family;
|
font-family: @font-family;
|
||||||
|
Loading…
Reference in New Issue
Block a user