mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Prevent the page content from jumping when you navigate between screens where one screen has a scrollbar and the other doesn't.
This commit is contained in:
parent
cf1bea9f34
commit
a528e8838a
@ -7,6 +7,7 @@ html {
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
margin-left: calc(100vw - 100%);
|
||||
font-family: $typographic-font-family;
|
||||
color: $typographic-base-font-color;
|
||||
line-height: $typographic-base-line-height;
|
||||
|
Loading…
Reference in New Issue
Block a user