Skip to content

Commit 94e2900

Browse files
committed
fix: demo avatar list scrollbar should be hidden
1 parent d7a43f3 commit 94e2900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/App/AvatarList/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default class AvatarList extends Component {
7878
{/* List */}
7979
<div
8080
id={this.listId}
81-
className="AvatarList overflow-x-auto">
81+
className="AvatarList overflow-x-hidden">
8282
<div
8383
className="listWrapper flex items-center py-3"
8484
style={{

0 commit comments

Comments
 (0)