froala-editor
Version:
A beautiful Javascript WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.
29 lines (27 loc) • 566 B
CSS
/*!
* froala_editor v2.8.3 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2018 Froala Labs
*/
body.fr-fullscreen {
overflow: hidden;
height: 100%;
width: 100%;
position: fixed;
}
.fr-box.fr-fullscreen {
margin: 0 ;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 2147483630 ;
width: auto ;
}
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
top: 0 ;
}
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
bottom: 0 ;
}