We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43f30b commit 4f77b69Copy full SHA for 4f77b69
css/horizontal_timeline.2.0.css
@@ -10,14 +10,9 @@ Licensed under the MIT license
10
Docs at http://horizontal-timeline.ycodetech.co.uk
11
12
-------------------------------- */
13
-html, body {
+body {
14
+ /* Stop horizontal scrollbar from appearing/disappearing when the content slides across and changes. */
15
overflow-x: hidden;
- /* If body height: 100%, then the goToTimelineLink setting doesn't work.
16
- We need to override it and set it back to it's original state.
17
- */
18
- height: unset;
19
- font-size: initial;
20
- line-height: 1;
21
}
22
.horizontal-timeline {
23
opacity: 0;
0 commit comments