Skip to content

Commit

Permalink
fix(mail(js)): keep CKEditor toolbar visible
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Aug 18, 2020
1 parent 6aca61d commit 7163900
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion UI/WebServerResources/scss/views/MailerUI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 7163900

Please sign in to comment.