X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/8235ad4d945ebb9c0a6af39c07c78cb5848c6937..9ec5b4c0fb5f705fa69b1629c6eaa60dae500b69:/style.scss diff --git a/style.scss b/style.scss index 25d8e52..ab65787 100644 --- a/style.scss +++ b/style.scss @@ -65,6 +65,9 @@ h4 { /* 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; @@ -142,6 +145,9 @@ body { /* This centers us in the page, and handles the "too wide" case */ /* Small screens */ @media screen and (max-width:#{ $small-width } ) { + html { + overflow-y: auto; + } body, #-frame, #-content, #-navi { margin: 0; padding: 0;