Skip to content

Commit

Permalink
fix(module:select): fix broken cdk virtual scroll integration (NG-ZOR…
Browse files Browse the repository at this point in the history
  • Loading branch information
ousc authored and chenc041 committed Dec 14, 2022
1 parent 40fd6f7 commit 4bd60a3
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 4bd60a3

Please sign in to comment.