Skip to content

Commit

Permalink
SAK-40006 - Certain input causes full screen CKEditor to hide toolbar (
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored May 21, 2018
1 parent 13f83a6 commit 757c660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/src/morpheus-master/sass/modules/editor/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
@extend .fa;
@extend .fa-times;
}
}

.cke_inner.cke_reset.cke_maximized {
position: fixed !important;
}

0 comments on commit 757c660

Please sign in to comment.