# elementor/3.11.1/assets/css/editor-v2-overrides.css

Elementor Website Builder – more than just a page builder, version 3.11.1. 16 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.11.1/code/assets/css/editor-v2-overrides.css
- Raw: https://pluginprobe.com/plugins/elementor/3.11.1/raw/assets/css/editor-v2-overrides.css
- Modified: 2023-02-15T19:19:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.11.1/code/assets/css/editor-v2-overrides.css#L10-L20`.

```css
/*! elementor - v3.11.1 - 15-02-2023 */
/**
 * 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));
}
/*# sourceMappingURL=editor-v2-overrides.css.map */
```
