﻿
.editor-menu {
    background-color: #c4c4c4;
    height: 46px;
}

.editor-main {
    min-height: calc(100dvh - 134px);
    color: var(--neutral-foreground-rest);
    align-items: stretch !important;
}

.editor-body-content {
    align-self: stretch;
    height: calc(100dvh - 86px) !important;
    display: block;
}