.window-content {
    overflow-y: hidden;
    padding: 5px;

    form {
        height: 100%;
        overflow: hidden;
    }

    .tab {
        height: 100%;
        overflow-y: scroll;
        align-content: flex-start;
        ol {
            overflow-y: visible;
        }
    }
}