Natively enabled would be great! Thanks for the workaround!
As a workaround: You can copy this CSS-Changes into your global Stylesheets in order to resize the Rich Text Editor to fullscreen:
#rte-editor {
margin-top: 0;
margin-left: 0;
width: calc(98vw - 40px);
left: 1vw;
top: 1vh;
background-color: #f0f0f0;
}
.scaffoldingeditor #rte-editor #rte
{ width: calc(98vw - 40px);}
div#rte {
height: calc(98vh - 160px);}
You won't be notified about changes to this idea.
Natively enabled would be great! Thanks for the workaround!
As a workaround: You can copy this CSS-Changes into your global Stylesheets in order to resize the Rich Text Editor to fullscreen:
#rte-editor {
margin-top: 0;
margin-left: 0;
width: calc(98vw - 40px);
left: 1vw;
top: 1vh;
background-color: #f0f0f0;
}
.scaffoldingeditor #rte-editor #rte
{ width: calc(98vw - 40px);}
div#rte {
height: calc(98vh - 160px);}