mirror of https://github.com/akveo/blur-admin
fix(mail): safari text area outline and scroll
parent
437024dd41
commit
d3648e2217
|
@ -120,7 +120,6 @@
|
|||
padding: 0 15px;
|
||||
position: relative;
|
||||
height: 550px;
|
||||
overflow: scroll;
|
||||
transition: width 0.5s;
|
||||
}
|
||||
|
||||
|
@ -686,6 +685,11 @@
|
|||
background-color: whitesmoke;
|
||||
.ta-text.ta-editor {
|
||||
background-color: white;
|
||||
div{
|
||||
&:focus{
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue