From: kengrimes Date: Thu, 5 Apr 2018 02:11:43 +0000 (-0700) Subject: main frame overflow protection X-Git-Url: https://git.kengrimes.com/?p=kengrimes.com%2Ftheme.git;a=commitdiff_plain;h=673df4c901ba419ffd171d19b9186724dda1c16f main frame overflow protection --- diff --git a/static/css/main.css b/static/css/main.css index 82fb293..5ffbc24 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -137,6 +137,9 @@ body > nav > footer { box-shadow: 2px 1px 2px black; } } +body > main { + overflow-y: auto; +} body > main > article > * { overflow-y: auto; }