Skip to content

Commit

Permalink
fix(List): modify the style of scroll bar (#1909)
Browse files Browse the repository at this point in the history
Co-authored-by: Zhang Rui <zhangrui@growingio.com>
  • Loading branch information
Ryan Zhang and Zhang Rui committed Mar 14, 2022
1 parent 9897783 commit debbad3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/list-picker/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
padding: 0;
.scrollbar();
}
& .@{list-prefix-cls} {
margin: 0;
padding: 6px;
.scrollbar();
}
}

& .@{tabs-prefix-cls}-tabpanel {
Expand Down

1 comment on commit debbad3

@vercel
Copy link

@vercel vercel bot commented on debbad3 Mar 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.