styles.less
355 Bytes
@import '~@qx/ui/src/style/variable.less';
@prefix: ~'qx-form-select';
.@{prefix} {
width: 100%;
&__dropdown-bottom {
width: 100% !important;
height: 50px !important;
text-align: left !important;
background-color: #fff !important;
border-top: 1px solid @N4 !important;
}
.qx-input-select-dropdown {
height: 200px;
}
}