📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: editor-v2-app-bar-overrides.css
/** * Here should be only styles that related to the Editor v1, and should be overridden when using the Editor v2. */ body { --editor-v2-top-bar-height: 48px; } #elementor-editor-wrapper { height: calc(100vh - var(--editor-v2-top-bar-height)); } body.elementor-navigator-docked #elementor-navigator { height: calc(100% - var(--editor-v2-top-bar-height)); top: var(--editor-v2-top-bar-height); } .elementor-panel #elementor-panel-header-menu-button, .elementor-panel #elementor-panel-header-add-button, .elementor-panel #elementor-panel-footer { display: none; } .elementor-panel #elementor-panel-header { font-weight: 700; background-color: var(--e-a-bg-default); color: var(--e-a-color-txt-accent); border-block-end: var(--e-a-border); height: 48px; } .elementor-control-type-wysiwyg .mce-fullscreen { inset: var(--editor-v2-top-bar-height) 0 0 0; } .elementor-control-type-wysiwyg .mce-fullscreen > .mce-container-body { display: flex; flex-direction: column; height: 100%; } .elementor-control-type-wysiwyg .mce-fullscreen > .mce-container-body > .mce-edit-area { flex-grow: 1; } .elementor-control-type-wysiwyg .mce-fullscreen > .mce-container-body > .mce-edit-area > iframe { height: 100% !important; } /*# sourceMappingURL=editor-v2-app-bar-overrides.css.map */
Save