fix(mail(js)): keep CKEditor toolbar visible

pull/288/head
Francis Lachapelle 2020-08-18 16:04:21 -04:00
parent 6aca61d8ae
commit 7163900d24
1 changed files with 5 additions and 1 deletions

View File

@ -305,7 +305,11 @@ md-sidenav {
.sg-mail-editor-content {
margin-bottom: 0;
.cke_chrome {
border-bottom: 0;
border-color: transparent;
}
.cke_top {
position: sticky;
top: 0;
}
}