Skip to content

Commit 6205ea8

Browse files
fixed scrolling on list view
1 parent d55f4ce commit 6205ea8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

client/packages/lowcoder-design/src/components/ScrollBar.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ export const ScrollBar = React.memo(({
9999

100100
return hideScrollbar ? (
101101
<ScrollBarWrapper
102-
className={className}
103-
$hideplaceholder={$hideplaceholder}
104-
$overflow={overflow}
102+
className={className}
105103
>
106104
{prefixNode}
107105
{children}
@@ -110,8 +108,6 @@ export const ScrollBar = React.memo(({
110108
) : (
111109
<ScrollBarWrapper
112110
className={className}
113-
$hideplaceholder={$hideplaceholder}
114-
$overflow={overflow}
115111
>
116112
<SimpleBar
117113
style={combinedStyle}

0 commit comments

Comments
 (0)