diff --git a/lib/components/src/tooltip/TooltipLinkList.tsx b/lib/components/src/tooltip/TooltipLinkList.tsx index 439d972795af..caba524cf17b 100644 --- a/lib/components/src/tooltip/TooltipLinkList.tsx +++ b/lib/components/src/tooltip/TooltipLinkList.tsx @@ -8,7 +8,7 @@ const List = styled.div<{}>( minWidth: 180, overflow: 'hidden', overflowY: 'auto', - maxHeight: 10.5 * 32, // 10.5 items + maxHeight: 20.5 * 32, // 20.5 items }, ({ theme }) => ({ borderRadius: theme.appBorderRadius * 2,