﻿.aim-monaco-editor {
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}

    .aim-monaco-editor .monaco-editor {
        width: 0px;
        height: 0px;
    }

    .aim-monaco-editor .monaco-editor-container {
        border: none;
        height: inherit;
        width: inherit;
        max-width: inherit;
        max-height: inherit;
    }

.resizable-monaco-editor {
    resize: both;
}
