.small-col{
    width: 1%;
    white-space: nowrap;
}

#maincol{
    max-height: 100vh;
    overflow-y: auto;
}

#editor{
    height: calc(100% - 80px);
}