.group{
    height: 100%;
    .ivu-card{
        height: 100%;
        overflow-y: auto;
        .ivu-card-body{
            height: 100%;
            .bingo-list{
                height: 100%;
            }
        }
    }
    .ivu-card-body{
        position: relative;
        .toolbar-add{
            &.full-screen{
                position: fixed;
                left: 16px;
                z-index: 999;
            }
        }
    }
}