ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
23 lines (19 loc) • 384 B
text/less
.ant-select-dropdown {
position: relative;
top: 0;
left: 0;
display: block;
width: 100%;
.full-width {
contain: initial;
.cdk-virtual-scroll-content-wrapper {
position: static;
}
.cdk-virtual-scroll-spacer {
position: absolute;
top: 0;
// Keep the spacer in the viewport's scrollable overflow area.
width: 1px;
}
}
}