Merge pull request #119 from SpiritLevel/master

FIX horizontal alignment shifts when vertical scroll bar appears
This commit is contained in:
Daniel Hensby 2016-08-11 15:31:40 +01:00 committed by GitHub
commit 650cd5c81f

View File

@ -5,6 +5,7 @@ html {
padding-bottom: 40px;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
overflow-y: scroll;
}
*, *:before, *:after {