1
0
Fork 0
mirror of https://git.ludikovsky.name/git/mdlive.git synced 2024-05-20 01:25:33 +02:00

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

View file

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