We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18098d commit 48d5f36Copy full SHA for 48d5f36
docs/examples/components/TooltipSlider.tsx
@@ -43,7 +43,7 @@ const HandleTooltip: React.FC<HandleTooltipProps> = (props) => {
43
<Tooltip
44
placement="top"
45
overlay={tipFormatter(value)}
46
- overlayInnerStyle={{ minHeight: 'auto' }}
+ styles={{ container: { minHeight: 'auto' } }}
47
ref={tooltipRef}
48
visible={visible}
49
{...restProps}
0 commit comments