.myGroup {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    min-width: 0;

    &.hideTitle {
        height: calc(100% + 53px);
    }
}
