From 04f6e8e6b585093a406558b37e3e15f7ca396643 Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Mon, 30 May 2016 13:51:36 +0200 Subject: [PATCH] =?UTF-8?q?CSS=20fix=20f=C3=BCr=20Vorschau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/mdlive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }