Skip to content

Commit 1f10a9c

Browse files
authored
fix(module:select): fix broken cdk virtual scroll integration (#7642)
1 parent 2cb80fc commit 1f10a9c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

components/select/style/patch.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
.cdk-virtual-scroll-content-wrapper {
1616
position: static;
1717
}
18+
.cdk-virtual-scroll-spacer{
19+
position: absolute;
20+
top: 0;
21+
width: 1px;
22+
}
1823
}
1924
}

0 commit comments

Comments
 (0)