fix(style): see flickering in tooltip overflow dom

This commit is contained in:
jialin
2025-04-14 20:39:38 +08:00
parent 3d32ec7210
commit f93b3c7424
7 changed files with 21 additions and 7 deletions
@@ -78,6 +78,7 @@
table {
width: 100%;
margin-bottom: 1.2em;
font-size: var(--font-size-small);
th {
font-weight: var(--font-weight-bold);
@@ -32,6 +32,7 @@ const OverlayScroller: React.FC<any> = ({
return (
<Wrapper
ref={scroller}
data-overlayscrollbars-initialize
className="overlay-scroller-wrapper"
$maxHeight={maxHeight || 200}
hidden={false}