diff --git a/src/renderer/components/list/list.module.scss b/src/renderer/components/list/list.module.scss index 6aef13ade5..52b2eb24ae 100644 --- a/src/renderer/components/list/list.module.scss +++ b/src/renderer/components/list/list.module.scss @@ -9,6 +9,9 @@ .listLayout { background: var(--contentColor); + height: 100%; + display: flex; + flex-direction: column; } .header { diff --git a/src/renderer/components/list/table-theme.module.scss b/src/renderer/components/list/table-theme.module.scss index b363273be9..597536173f 100644 --- a/src/renderer/components/list/table-theme.module.scss +++ b/src/renderer/components/list/table-theme.module.scss @@ -1,5 +1,4 @@ .tableTheme { - height: 708px; overflow: auto; table {