[v11.1.x] Tooltip: Fix scrollbars (#91547)

This commit is contained in:
Adela Almasan
2024-08-05 13:54:36 -05:00
committed by GitHub
parent 7045ce16dd
commit 567fbab84a
@@ -47,7 +47,7 @@ export const VizTooltipRow = ({
maxHeight: 55,
whiteSpace: 'wrap',
wordBreak: 'break-word',
overflowY: 'scroll',
overflowY: 'auto',
}
: {
whiteSpace: 'wrap',