fix(mail): safari text area outline and scroll

pull/3/head
alex 2016-02-16 12:04:11 +03:00
parent 437024dd41
commit d3648e2217
1 changed files with 5 additions and 1 deletions

View File

@ -120,7 +120,6 @@
padding: 0 15px; padding: 0 15px;
position: relative; position: relative;
height: 550px; height: 550px;
overflow: scroll;
transition: width 0.5s; transition: width 0.5s;
} }
@ -686,6 +685,11 @@
background-color: whitesmoke; background-color: whitesmoke;
.ta-text.ta-editor { .ta-text.ta-editor {
background-color: white; background-color: white;
div{
&:focus{
outline: none;
}
}
} }
} }