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

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

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