censademopackage
Version:
React components library project for Innovaccer Design System
23 lines (20 loc) • 335 B
CSS
.Table {
display: flex;
flex-grow: 1;
flex-direction: column;
height: 100%;
width: 100%;
z-index: 1;
}
.Table-grid {
height: 100%;
overflow: hidden;
z-index: 1;
}
.Table-pagination {
display: flex;
justify-content: center;
background: var(--white);
padding: var(--spacing) 0;
border-top: var(--border);
}