scinote-web/app/assets/stylesheets/protocols/index.scss
2022-12-05 14:02:13 +01:00

27 lines
539 B
SCSS

// scss-lint:disable IdSelector
.protocols-index {
.protocols-datatable {
--content-header-size: 5em;
height: calc(100vh - var(--navbar-height) - var(--content-header-size));
#protocols-table_wrapper {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
}
.dataTables_scroll {
display: flex;
flex-direction: column;
flex-grow: 1;
height: calc(100% - var(--datatable-pagination-row));
}
.dataTables_scrollBody {
height: 100%;
}
}
}