Files
pyrofetes-frontend/node_modules/ng-zorro-antd/select/style/patch.less
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

28 lines
418 B
Plaintext

.ant-select-dropdown {
position: relative;
top: 100%;
left: 0;
display: block;
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
.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;
width: 1px;
}
}
}