2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

UX: Make popup menu options scroll on limited screen height (#17973)

This commit is contained in:
Keegan George 2022-08-17 13:42:25 -07:00 committed by GitHub
parent 4a77ef8e29
commit 602efedd81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
.select-kit {
&.dropdown-select-box {
&.toolbar-popup-menu-options {
.select-kit-collection {
max-height: 50vh;
}
.select-kit-body {
box-shadow: none;
width: 230px;