Always show vertical scrollbar

This commit is contained in:
Andreas Lutro
2016-04-27 09:53:18 +02:00
parent b78009bee4
commit 0672fe046e

View File

@@ -9,6 +9,9 @@ html {
position: relative;
min-height: 100%;
-webkit-font-smoothing: antialiased;
// always show up-down scrollbar to prevent content from jumping left/right
// depending on whether the page is taller than 100% of viewport height
overflow-y: scroll;
}
body {