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.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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user