display: inline-block;
outline: 2px dashed var(--editor-color-primary);
direction: ltr;
+ pointer-events: none;
}
.editor-node-resizer-handle {
+ pointer-events: auto;
position: absolute;
display: block;
width: 10px;
.editor-table-marker {
position: fixed;
background-color: var(--editor-color-primary);
- z-index: 99;
+ z-index: 3;
user-select: none;
opacity: 0;
&:hover, &.active {
.editor-media-wrap {
display: inline-block;
cursor: not-allowed;
- iframe {
+ iframe, video {
pointer-events: none;
}
&.align-left {
width: $inputWidth - 40px;
}
}
+.editor-color-field-container {
+ position: relative;
+ input {
+ padding-left: 36px;
+ }
+ .editor-dropdown-menu-container {
+ position: absolute;
+ bottom: 0;
+ }
+}
// Editor theme styles
.editor-theme-bold {