1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 01:12:19 -05:00

fix write view body height

This commit is contained in:
Tankred Hase 2013-11-14 09:13:28 +01:00
parent 88b489718b
commit 2dd3280a18

View File

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