fix(ui): pin DataTable pagination to bottom, table body scrolls independently
This commit is contained in:
@@ -25,7 +25,15 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tableScroll {
|
||||
/* Make the DataTable wrapper fill height: scroll area grows, footer stays pinned */
|
||||
.tableSection > div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.tableSection > div > div:first-child {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user