mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fixes #544
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user