mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): dropdown max height (#1155)
This commit is contained in:
parent
3668b6640f
commit
402d19d560
1 changed files with 2 additions and 0 deletions
|
@ -34,4 +34,6 @@
|
|||
.list {
|
||||
margin: 0;
|
||||
padding: _.unit(2) _.unit(1);
|
||||
max-height: 288px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue