Skip to content

Commit 244fb4d

Browse files
committed
Fix overflowing table.
1 parent 9ae386b commit 244fb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tableV2/netdataTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const NetdataTable = ({
196196

197197
return (
198198
<TableProvider onHoverCell={onHoverCell}>
199-
<Flex flex column>
199+
<Flex height="100%" overflow="hidden" column>
200200
{onGlobalSearchChange || hasBulkActions ? (
201201
<GlobalControls
202202
title={title}

0 commit comments

Comments
 (0)