diff --git a/desktop/plugins/public/ui-debugger/components/tree/Tree.tsx b/desktop/plugins/public/ui-debugger/components/tree/Tree.tsx index f0831e07b..41260e201 100644 --- a/desktop/plugins/public/ui-debugger/components/tree/Tree.tsx +++ b/desktop/plugins/public/ui-debugger/components/tree/Tree.tsx @@ -451,6 +451,7 @@ function TreeNodeTextContent({treeNode}: {treeNode: TreeNode}) { return ( }) { ); } -const TreeItemHeightNumber = 28; +const TreeItemHeightNumber = 24; const TreeItemHeight = `${TreeItemHeightNumber}px`; const HalfTreeItemHeight = `calc(${TreeItemHeight} / 2)`; @@ -597,7 +598,7 @@ const NodeIconImage = styled.img({ userSelect: 'none', }); -const renderDepthOffset = 14; +const renderDepthOffset = 12; //due to virtualisation the out of the box dom based scrolling doesnt work function findSearchMatchingIndexes(