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

15 lines
234 B
Plaintext

.ant-select-dropdown-hidden {
display: none;
}
.ant-select-dropdown-content-wrapper {
max-height: 256px;
overflow-y: auto;
overflow-anchor: none;
}
.ant-select-dropdown-content {
display: flex;
flex-direction: column;
}