Skip to content
Discussion options

You must be logged in to vote

Basic reason is that the dropdown menu is rendered inside the scrolling container, thus is limited to the scrolling area and overflows to the right.
What you can try is to use left menu instead of menu to the dropdown menu.
This will at least make sure the menu is leftward rendered and not overflowing to the right,

It will still overflow to the bottom though.

Otherwise this would need a refactoring of the dropdown menu positioning code to not being part of the dropdown container anymore (like the popup module)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ursoforte
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment