.schedioLayoutContent {
    grid-area: content;
    display: flex;
    height: 100%;
    width: 100%;

    .contentWrapper {
        height: 100%;
        width: 100%;
    }
}

.fixedHeader {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.fixedContentHeight {
    height: calc(100% - 1px);
    position: absolute;
    left: 0;
    right: 0;
    min-width: fit-content;
    display: flex;
    width: 100%;
}
