UI: Fix scroll grid component width
This commit is contained in:
parent
4d720f422a
commit
d788b00a69
@ -18,6 +18,7 @@
|
|||||||
.cdk-virtual-scroll-content-wrapper {
|
.cdk-virtual-scroll-content-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.cdk-virtual-scroll-spacer {
|
.cdk-virtual-scroll-spacer {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user