jodit
Version:
Jodit is awesome and usefully wysiwyg editor with filebrowser
44 lines (36 loc) • 787 B
text/less
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2020 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
@import (reference) '../../styles/variables';
.jodit-fullsize_box {
z-index: var(--z-index-full-size) ;
position: static ;
overflow: visible ;
html&,
body& {
height: 0 ;
width: 0 ;
overflow: initial ;
}
html& {
position: fixed ;
}
}
.jodit_fullsize {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: var(--z-index-full-size);
max-width: none ;
.toolbar {
width: 100% ;
}
.jodit_editor,
.jodit__area {
height: 100%;
}
}