Fixed WYSIWYG fullscreen mode on firefox

Prevented overlapping sidebar and collapsed content.
Fixes #605
This commit is contained in:
Dan Brown 2017-12-09 12:37:44 +00:00
parent d7edc389a6
commit ac7e3977de
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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;