Skip to content

Commit

Permalink
fix(list-picker): fix list-picker scroll bar style error (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
berber1016 committed Mar 9, 2022
1 parent 8101e12 commit 74e6cfd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/list-picker/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
max-height: 360px;
padding: 0;
.scrollbar();
overflow: initial;
}
& .@{cascader-prefix-cls}--list {
padding: 8px;
Expand All @@ -39,8 +38,6 @@
max-height: 360px;
padding: 0;
.scrollbar();
overflow: initial;
overflow-y: hidden;
& .@{list-prefix-cls} {
height: auto;
max-height: none;
Expand Down

1 comment on commit 74e6cfd

@vercel
Copy link

@vercel vercel bot commented on 74e6cfd Mar 9, 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.