On branch master
modified: style.scss
no changes added to commit (use "git add" and/or "git commit -a")
/* Layout and Color stuff */
/* General page structure */
/* Layout and Color stuff */
/* General page structure */
+html {
+ overflow-y: scroll;
+}
body { /* This centers us in the page, and handles the "too wide" case */
padding: 0;
margin: 0 auto;
body { /* This centers us in the page, and handles the "too wide" case */
padding: 0;
margin: 0 auto;
/* Small screens */
@media screen and (max-width:#{ $small-width } ) {
/* Small screens */
@media screen and (max-width:#{ $small-width } ) {
+ html {
+ overflow-y: auto;
+ }
body, #-frame, #-content, #-navi {
margin: 0;
padding: 0;
body, #-frame, #-content, #-navi {
margin: 0;
padding: 0;