fix write view body height

This commit is contained in:
Tankred Hase 2013-11-14 09:13:28 +01:00
parent 88b489718b
commit 2dd3280a18
1 changed files with 5 additions and 2 deletions

View File

@ -65,8 +65,11 @@
.body {
line-height: 1.5em;
height: 68%;
overflow-y: scroll;
@include respond-to(desktop) {
height: 445px;
overflow-y: scroll;
}
*[contentEditable] {
outline: 0px;