| 1 |
/*! elementor - v3.11.1 - 15-02-2023 */ |
| 2 |
/** |
| 3 |
* Here should be only styles that related to the Editor v1, and should be overridden when using the Editor v2. |
| 4 |
*/ |
| 5 |
body { |
| 6 |
--editor-v2-top-bar-height: 48px; |
| 7 |
} |
| 8 |
|
| 9 |
#elementor-editor-wrapper { |
| 10 |
height: calc(100vh - var(--editor-v2-top-bar-height)); |
| 11 |
} |
| 12 |
|
| 13 |
body.elementor-navigator-docked #elementor-navigator { |
| 14 |
height: calc(100% - var(--editor-v2-top-bar-height)); |
| 15 |
} |
| 16 |
/*# sourceMappingURL=editor-v2-overrides.css.map */ |