mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
41 lines
587 B
SCSS
41 lines
587 B
SCSS
|
|
//.mce-container {
|
|
// .mce-menubar, .mce-toolbar-grp {
|
|
// position: fixed;
|
|
// width: 100%;
|
|
// }
|
|
// .mce-container-body {
|
|
// position: relative;
|
|
// overflow: hidden;
|
|
// display: block;
|
|
// }
|
|
//}
|
|
|
|
.mce-tinymce.mce-container.fullscreen {
|
|
position: fixed;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 825px;
|
|
max-width: 100%;
|
|
margin-left: -$-s;
|
|
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
|
|
}
|
|
|
|
|
|
|
|
.edit-area {
|
|
height: 100%;
|
|
}
|
|
|
|
.page-style.editor {
|
|
height: 100%;
|
|
}
|
|
|
|
.mce-tinymce {
|
|
.mce-panel {
|
|
background-color: #FFF;
|
|
}
|
|
.mce-btn {
|
|
background-color: #FFF;
|
|
}
|
|
} |