ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
25 lines (20 loc) • 356 B
text/less
.ant-select-dropdown {
position: relative;
top: 0;
left: 0;
display: block;
width: 100%;
.cdk-virtual-scroll-content-wrapper {
right: 0;
}
.full-width {
contain: initial;
.cdk-virtual-scroll-content-wrapper {
position: static;
}
.cdk-virtual-scroll-spacer {
position: absolute;
top: 0;
}
}
}