admin/logs: restricted scroll to the table
Massimo Melina committed
May 6, 2022 at 10:49 UTC
bcec2dc3a0191792b9f86d1502e4e8a7327cfa20
1 file changed
-2
admin/src/LogsPage.ts
-2
@@ -22,9 +22,7 @@ function LogFile({ file }: { file: string }) {
22
return error
23
return h(DataGrid, {
24
loading: !list,
25
- autoHeight: true,
25
rows: list as any,
27
- rowHeight: 47,
26
componentsProps: {
27
pagination: {
28
showFirstButton: true,