Skip to content

Commit 4f77b69

Browse files
authored
Deleted some unnecessary css
1 parent e43f30b commit 4f77b69

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

css/horizontal_timeline.2.0.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ Licensed under the MIT license
1010
Docs at http://horizontal-timeline.ycodetech.co.uk
1111
1212
-------------------------------- */
13-
html, body {
13+
body {
14+
/* Stop horizontal scrollbar from appearing/disappearing when the content slides across and changes. */
1415
overflow-x: hidden;
15-
/* 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;
2116
}
2217
.horizontal-timeline {
2318
opacity: 0;

0 commit comments

Comments
 (0)