18 lines
No EOL
300 B
SCSS
18 lines
No EOL
300 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%;
|
|
} |