main {
    display: flex;
    flex-direction: column;
    gap: 1%;

    overflow: hidden;
}

#editor {
    flex: 1;
    overflow: auto;
}