@csnext/cs-client
Version:
## sub header 1
25 lines (20 loc) • 357 B
CSS
.dashboard-content {
height: 100%;
/* overflow-y: hidden; */
}
.cs-dashboard {
height: 100%;
}
.dashboard-toolbar-flex {
max-height: 100% ;
}
.cs-dashboard-col.col {
display: flex;
flex-direction: column;
height: 100%;
}
.dashboard-stepper {
background: transparent ;
box-shadow: none ;
width: 100%;
}