In-/Output-Boxen in der Höhe dynamisch

This commit is contained in:
Peter 2016-06-06 15:50:32 +02:00
parent a792153dd9
commit 0aa54d461d
Signed by: pludi
GPG Key ID: CFBA360E696EDC99
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
textarea#markdown {
width: 100%;
height: 800px;
margin-top: 5vh;
height: 90vh;
font-family: Hack, monospace;
}
div.container > article > #output {
height: 800px;
margin-top: 5vh;
height: 90vh;
overflow-y: scroll;
}