Skip to content

Commit 119b7f5

Browse files
author
Rafael J. Staib
committed
Add overflow-y: scroll to prevent jumping between page transitions
1 parent 3131ebb commit 119b7f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stylesheets/stylesheet.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ footer, header, hgroup, menu, nav, section {
2929
}
3030
body {
3131
line-height: 1;
32+
overflow-y: scroll;
3233
}
3334
ol, ul {
3435
list-style: none;

0 commit comments

Comments
 (0)