diff --git a/static/mdlive.css b/static/mdlive.css index 5aae6dc..5b43a0a 100644 --- a/static/mdlive.css +++ b/static/mdlive.css @@ -3,7 +3,7 @@ textarea#markdown { height: 800px; font-family: Hack, monospace; } -div.container > #output { +div.container > article > #output { height: 800px; overflow-y: scroll; }