Skip to content

Commit

Permalink
Fixed WYSIWYG fullscreen mode on firefox
Browse files Browse the repository at this point in the history
Prevented overlapping sidebar and collapsed content.
Fixes #605
  • Loading branch information
ssddanbrown committed Dec 9, 2017
1 parent d7edc38 commit ac7e397
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions resources/assets/sass/_tinymce.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@


.mce-tinymce.mce-container.fullscreen {
.mce-tinymce.mce-container.mce-fullscreen {
position: fixed;
top: 0;
height: 100%;
width: 825px;
width: 100%;
max-width: 100%;
margin-left: -$-s;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
z-index: 100;
}


.mce-tinymce {
.mce-panel {
background-color: #FFF;
Expand Down

0 comments on commit ac7e397

Please sign in to comment.