Skip to content

Commit

Permalink
fix(Select): fix scroll when virtualization disabled (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Chernitsyn authored Mar 29, 2023
1 parent af480bf commit e78e7ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Select/components/SelectList/SelectList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ $xl-right-padding: '12px';
border-radius: 0;
}

&:not(#{$block}_virtualized) {
overflow: auto;
}

&_mobile {
max-height: calc(90vh - 20px);
}
Expand Down

0 comments on commit e78e7ad

Please sign in to comment.