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
commit 71a03566e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ html {
}
body {
margin: 0;
margin: 0 0 0 calc(100vw - 100%);
font-family: $typographic-font-family;
color: $typographic-base-font-color;
line-height: $typographic-base-line-height;
@ -166,4 +166,4 @@ figcaption {
float: left;
}
}
}