UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

13 lines (11 loc) 239 B
.Select-List { background: var(--select-fill-color-base); border-radius: var(--select-border-radius); min-width: 100%; max-height: inherit; overflow: auto; outline: none; } .Select-List:not(.Select-List_visible) { display: none; }