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

This commit is contained in:
Francis Lachapelle
2020-08-18 16:04:21 -04:00
parent 6aca61d8ae
commit 7163900d24
@@ -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;
}
}