-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Navbar Overlapping Scrollbar on demo page #6101
Comments
Indeed. Thanks or reporting |
@djhi, @fzaninotto I think there is some misunderstanding here; my issue was related to the Appbar overlapping the navbar. The issue resolved here is the user icon's overlapping; the navbar issue is still not resolved. Please look into this issue once more. Thank you. |
@Dnouv Then I don't understand what your issue is. Could you elaborate? |
Thanks for the clarification. Indeed, we should use the |
Thanks a lot, @fzaninotto. |
@fzaninotto, the issue was resolved using I have tried a solution for fixing this issue by varying the padding of the body using the Please look into the issue once again. Thank you! |
The current material-ui popover doesn't give us a better choice - either we lock the scroll, and this causes scrollbars to disappear, or we don't lock it, and the menu isn't locked. There is an open discussion in the material-ui tracker (mui/material-ui#18898) and I think that's where the problem should be fixed. PS: I've tried setting |
Thanks for looking into the issue. It seems we need to wait for it to fix on the Material-UI side. |
What you were expecting:
On clicking the user icon, the user menu should have been opened.
What happened instead:
After clicking the user icon, the top appbar overlapped the navbar and scrollbar.
Steps to reproduce:
Other information:
Here is a screenshot of the error; the overlapping can be seen at the top right corner.
Environment
The text was updated successfully, but these errors were encountered: