mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-28 15:58:33 +01:00
Merge pull request #378 from alehel/fix-scrollbar-jumping
Prevent the page content from jumping due to scrollbar
This commit is contained in:
commit
71a03566e3
@ -6,7 +6,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0 0 0 calc(100vw - 100%);
|
||||||
font-family: $typographic-font-family;
|
font-family: $typographic-font-family;
|
||||||
color: $typographic-base-font-color;
|
color: $typographic-base-font-color;
|
||||||
line-height: $typographic-base-line-height;
|
line-height: $typographic-base-line-height;
|
||||||
|
Loading…
Reference in New Issue
Block a user