.m-editor-layout {
  width: 100%;
  display: flex;
  justify-self: space-between;

  &:has(.m-editor-resizer-dragging) {
    overflow: hidden;
  }
}
