Compare commits
2 Commits
b345ac46a1
...
995d3ca00d
| Author | SHA1 | Date | |
|---|---|---|---|
| 995d3ca00d | |||
|
|
ca18e58f5e |
@@ -29,6 +29,14 @@
|
|||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Table card must fill remaining height and allow DataTable to scroll internally */
|
||||||
|
.tableWrap {
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
/* Status cell */
|
/* Status cell */
|
||||||
.statusCell {
|
.statusCell {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -251,7 +251,7 @@ export default function Dashboard({ onExchangeSelect, activeExchangeId }: Dashbo
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.content}>
|
<div className={styles.content}>
|
||||||
<div className={tableStyles.tableSection}>
|
<div className={`${tableStyles.tableSection} ${styles.tableWrap}`}>
|
||||||
<div className={tableStyles.tableHeader}>
|
<div className={tableStyles.tableHeader}>
|
||||||
<span className={tableStyles.tableTitle}>
|
<span className={tableStyles.tableTitle}>
|
||||||
{textFilter ? (
|
{textFilter ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user