﻿.CodeMirror {
    height: 100%;
    font-family: 'Consolas', monospace;
    font-size: 14px;
}

.modal-fullscreen .modal-content {
    height: 100%;
}

.modal-fullscreen .modal-body {
    display: flex;
    flex-direction: column;
    height: calc(100% - 120px); /* Adjust for header and footer */
}

#codemirror-container {
    flex: 1;
    overflow: hidden;
}
