style: overflow layer padding

This commit is contained in:
jialin
2025-04-15 11:08:01 +08:00
parent 13ded5595a
commit ced45bec65
8 changed files with 67 additions and 88 deletions
+2 -9
View File
@@ -54,18 +54,11 @@ export const TooltipOverlayScroller: React.FC<
return (
<Tooltip
overlayInnerStyle={{
width: 'max-content',
maxWidth: 300,
paddingInlineEnd: 0
paddingInline: 0
}}
title={
title && (
<OverlayScroller
style={{ paddingInlineStart: 0 }}
maxHeight={maxHeight}
>
{title}
</OverlayScroller>
<OverlayScroller maxHeight={maxHeight}>{title}</OverlayScroller>
)
}
{...rest}