mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-27 15:57:04 +03:00
Fixed WYSIWYG fullscreen mode on firefox
Prevented overlapping sidebar and collapsed content. Fixes #605
This commit is contained in:
parent
d7edc389a6
commit
ac7e3977de
@ -1,16 +1,13 @@
|
|||||||
|
|
||||||
|
.mce-tinymce.mce-container.mce-fullscreen {
|
||||||
.mce-tinymce.mce-container.fullscreen {
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 825px;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-left: -$-s;
|
z-index: 100;
|
||||||
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.mce-tinymce {
|
.mce-tinymce {
|
||||||
.mce-panel {
|
.mce-panel {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user