CSS fix für Vorschau

This commit is contained in:
Peter 2016-05-30 13:51:36 +02:00
parent ee93544d95
commit 04f6e8e6b5
Signed by: pludi
GPG Key ID: CFBA360E696EDC99
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ textarea#markdown {
height: 800px;
font-family: Hack, monospace;
}
div.container > #output {
div.container > article > #output {
height: 800px;
overflow-y: scroll;
}