-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bottom of the user menu goes out of screen #149
Comments
Do we know which component this is from? I had trouble locating it in the main Discourse repo. |
I'm not familiar with Discourse structure, but it appears to be the user-menu - https://github.com/discourse/discourse/tree/25351bdb8e5a50146093de4551b880b76612e002/app/assets/javascripts/discourse/app/components/user-menu |
Thanks to the Discourse forum, I have reason to believe that it's our forum theme causing the issue. I found this out using Discourse's safe mode. |
I was comparing the two, this lead me to the .menu-panel.drop-down {
max-height: calc(100dvh - var(--header-offset) - 1em);
} With |
Describe the Issue
The user menu is not fully visible. The buttons for scrolling it down and dismiss the notifications is out of the screen. It's not possible to scroll to them.
Affected Page
https://forum.freecodecamp.org
Steps to Reproduce
Expected behavior
Button to scroll panel and/or dismiss notifications button should be visible when user menu is opened.
Screenshots
Currently
Expected - bottom of the panel with button(s) is visible
System
Checked both on chromium based browser and on firefox.
Additional context
Computed
height
of the#quick-access-all-notifications
shows1859.25px
. The second screen from above was done after modifying that height.The text was updated successfully, but these errors were encountered: