# HG changeset patch # User Glitchvid # Date 1664310250 21600 # Node ID 4f366832940e87de92205e5f77cb18ee8c772203 # Parent e61659f0b0bef2048345f41e937e9aa23b415324 - Add scrollbar on all pages to fix bumping diff -r e61659f0b0be -r 4f366832940e site/style.css --- a/site/style.css Wed Feb 26 00:22:33 2020 -0700 +++ b/site/style.css Tue Sep 27 14:24:10 2022 -0600 @@ -1,9 +1,14 @@ @import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Nunito:400,700|Arimo&display=swap'); +html { + overflow-y: scroll; +} body { background-color:#202020; } + + div.main { width:1280px; margin-right: auto;