]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add overflow-y: scroll to force a scrollbar on all pages to prevent the layout from...
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 10:44:18 +0000 (12:44 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 23 Jul 2011 10:44:18 +0000 (12:44 +0200)
css/style.css

index c77011bdee69cda9dd31e919c4a022019f7ffdfc..564611f7ed9adcac96da3bcf9f7039ba9c5e7231 100644 (file)
@@ -3,6 +3,7 @@ body {
     color: #CCC;
     font-family: 'Droid Sans', "Lucida Grande", "Lucida Sans", "Liberation Sans", sans-serif;
     font-size: 0.8em;
+    overflow-y: scroll;
 }
 
 h2, h3 {