Merge pull request #378 from alehel/fix-scrollbar-jumping

Prevent the page content from jumping due to scrollbar
This commit is contained in:
Alexander Shelepenok
2019-08-26 21:34:34 +03:00
committed by GitHub

View File

@@ -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;