- Add scrollbar on all pages to fix bumping

Tue, 27 Sep 2022 14:24:10 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Tue, 27 Sep 2022 14:24:10 -0600
changeset 15
4f366832940e
parent 14
e61659f0b0be
child 16
74ef33d9560b

- Add scrollbar on all pages to fix bumping

site/style.css file | annotate | diff | comparison | revisions
--- 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;

mercurial