Skip to content

Commit cc26bcd

Browse files
committed
fix(template): enforce absolute positioned children. fixes #1783
1 parent e6727bf commit cc26bcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/template/experimental/virtual-scrolling/src/lib/virtual-scroll-viewport.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
position: absolute;
1313
top: 0;
1414
bottom: 0;
15+
16+
> * {
17+
position: absolute;
18+
}
1519
}
1620
&__sentinel {
1721
width: 1px;

0 commit comments

Comments
 (0)