diff --git a/src/renderer/components/dock/logs/log-list.module.scss b/src/renderer/components/dock/logs/log-list.module.scss index a72072f40a..27e2389884 100644 --- a/src/renderer/components/dock/logs/log-list.module.scss +++ b/src/renderer/components/dock/logs/log-list.module.scss @@ -29,18 +29,9 @@ } } -.firstLine { +.anchorLine { width: 100%; height: 1px; - top: 0; background-color: var(--logsBackground); position: absolute; } - -.lastLine { - width: 100%; - height: 1px; - bottom: 0; - background-color: var(--logsBackground); - position: absolute; -} \ No newline at end of file diff --git a/src/renderer/components/dock/logs/log-list.tsx b/src/renderer/components/dock/logs/log-list.tsx index edcf1f7030..e46a3c2fb8 100644 --- a/src/renderer/components/dock/logs/log-list.tsx +++ b/src/renderer/components/dock/logs/log-list.tsx @@ -73,7 +73,11 @@ export const LogList = observer(({ model }: LogListProps) => { }} className={styles.virtualizer} > -
+ {rowVirtualizer.getVirtualItems().map((virtualRow) => (