Showing
1 changed file
with
19 additions
and
8 deletions
| ... | ... | @@ -11,13 +11,24 @@ |
| 11 | 11 | background-color: #fff !important; |
| 12 | 12 | border-top: 1px solid @N4 !important; |
| 13 | 13 | } |
| 14 | - .qx-input-select-dropdown__list-empty { | |
| 15 | - display: flex; | |
| 16 | - align-items: center; | |
| 17 | - justify-content: center; | |
| 18 | - flex-direction: column; | |
| 19 | - overflow: hidden; | |
| 20 | - height: 100%; | |
| 21 | - margin: 0; | |
| 14 | + .qx-input-select-dropdown__list { | |
| 15 | + max-height: 160px; | |
| 16 | + min-height: unset; | |
| 17 | + height: unset !important; | |
| 18 | + .ant-dropdown-menu { | |
| 19 | + box-shadow: none; | |
| 20 | + } | |
| 21 | + .qx-input-select-dropdown__list-empty { | |
| 22 | + display: flex; | |
| 23 | + align-items: center; | |
| 24 | + justify-content: center; | |
| 25 | + flex-direction: column; | |
| 26 | + overflow: hidden; | |
| 27 | + height: 100px; | |
| 28 | + margin: 0; | |
| 29 | + } | |
| 30 | + } | |
| 31 | + .qx-input-select-dropdown__list-content-bottom { | |
| 32 | + width: calc(100% - 20px) | |
| 22 | 33 | } |
| 23 | 34 | } | ... | ... |