feat: multi-select component (#5486)
* start multiselect component * update styles * small fix * fix padding and styles * add border bottom on sticky items * add border bottom to search as well * fix select all showing line * use multi-select component for languages field * add no options story for empty state * fix height
This commit is contained in:
@@ -158,11 +158,11 @@ h3 {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--color-button-bg);
|
||||
background: var(--color-scrollbar);
|
||||
}
|
||||
|
||||
// Firefox scrollbar
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--color-button-bg) transparent;
|
||||
scrollbar-color: var(--color-scrollbar) transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user