Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling options #15

Open
velial31 opened this issue Dec 15, 2023 · 1 comment
Open

Scrolling options #15

velial31 opened this issue Dec 15, 2023 · 1 comment
Labels
3.x enhancement New feature or request

Comments

@velial31
Copy link

Hello! I encountered a problem with displaying a large number of options. Please tell me, is it possible to somehow add scrolling options or is this a bug?

image
@lucasgiovanny lucasgiovanny added enhancement New feature or request 3.x labels Mar 13, 2024
@jluitz
Copy link

jluitz commented Jul 10, 2024

in my theme.css I added the following to achieve the desired result:

.h-48 {
max-height: 300px;
height: 10rem;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants