Skip to content

Commit 48d5f36

Browse files
committed
update demo
1 parent b18098d commit 48d5f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/components/TooltipSlider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const HandleTooltip: React.FC<HandleTooltipProps> = (props) => {
4343
<Tooltip
4444
placement="top"
4545
overlay={tipFormatter(value)}
46-
overlayInnerStyle={{ minHeight: 'auto' }}
46+
styles={{ container: { minHeight: 'auto' } }}
4747
ref={tooltipRef}
4848
visible={visible}
4949
{...restProps}

0 commit comments

Comments
 (0)