0
Fork 0
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:
Xiao Yijun 2022-06-20 11:17:55 +08:00 committed by GitHub
parent 3668b6640f
commit 402d19d560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,4 +34,6 @@
.list {
margin: 0;
padding: _.unit(2) _.unit(1);
max-height: 288px;
overflow-y: auto;
}