Skip to content

Commit

Permalink
fix(module:select): fix broken cdk virtual scroll integration (#7642)
Browse files Browse the repository at this point in the history
  • Loading branch information
ousc committed Sep 26, 2022
1 parent 2cb80fc commit 1f10a9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/select/style/patch.less
Expand Up @@ -15,5 +15,10 @@
.cdk-virtual-scroll-content-wrapper {
position: static;
}
.cdk-virtual-scroll-spacer{
position: absolute;
top: 0;
width: 1px;
}
}
}

0 comments on commit 1f10a9c

Please sign in to comment.