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 Menu Items #154

Open
Tonykidv2 opened this issue Mar 11, 2024 · 2 comments
Open

Scrolling Menu Items #154

Tonykidv2 opened this issue Mar 11, 2024 · 2 comments

Comments

@Tonykidv2
Copy link

Tonykidv2 commented Mar 11, 2024

I added a scroll bar to the context menu if too many items appear but when I try to navigate to the submenu it disappears as my mouse moves over to it. I'm not sure if I'm missing something with CSS or some other setting. The scrollable is within a div. the moment I remove it it works but I want a scrollable so the context menu doesnt get too long.

Animation2

@stavroskasidis
Copy link
Owner

This seems like a css question, which I am certainly not an expert on. Maybe add a max-height on the menu div with an overflow:auto ?

@Tonykidv2
Copy link
Author

Tonykidv2 commented Mar 11, 2024

is there a way to move the submenu towards the left so it covers the scrollbar?

Edit: I figured that out but it looks like there might be some other focusing issue with the div.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants