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