This commit is contained in:
Cory LaViska
2021-09-28 08:22:26 -04:00
parent c737b7494f
commit ded01cfd8a
2 changed files with 6 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ export default css`
cursor: pointer;
}
.select__menu {
max-height: 50vh;
overflow: auto;
}
/* Standard selects */
.select--standard .select__control {
background-color: rgb(var(--sl-input-background-color));