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

Menu hidden when overflow #217

Closed
chk2817 opened this issue Dec 4, 2023 · 1 comment
Closed

Menu hidden when overflow #217

chk2817 opened this issue Dec 4, 2023 · 1 comment

Comments

@chk2817
Copy link

chk2817 commented Dec 4, 2023

I have a left side navbar similar to what is on the dash mantine doc website.
in the navbar, i have a list of buttons (the button are fullwidth) and a Menu for each button.
i wanted to position the menu on the right side. The menu in not visible or partially visible because it goes over the parent container area (i assume). the z-index does not solve the rendering issue.

sometime app would also become non-responsive as a result.

i have looked that the Mantine doc website, at least when you change the left position of the menu (using google page source), it appears to render properly.

Not sure what happens then.

@chk2817 chk2817 closed this as completed Dec 4, 2023
@chk2817
Copy link
Author

chk2817 commented Dec 4, 2023

found the issue. it is to do with the scrollarea in the navbar. css overflow was hidden, when changed to visible, drawing of the menu is as expected.

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

1 participant