fix(mail): safari text area outline and scroll
parent
437024dd41
commit
d3648e2217
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue