-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
MegaMenu: Fixes mega menu showing scroll indicator when it shouldn't #65452
Conversation
Not sure if we should backport this or not? (as topnav is being rolled out more and more to cloud in 9.4.x ?) |
Fixes #65394 !! 🥳 |
You have successfully added a new CodeQL configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
padding looks good 👍
but these changes regress showing the scroll indicator in mobile view. with the mobile header, setting height: 100%
makes it taller than the screen so it doesn't work anymore 😢
i've never been able to repro the bug with the scroll indicator so i can't tell if this fixes it or not... i really hope it does 🤞 are there any specific steps you needed to take to see it? 🤔
@ashharrison90 ah, I was expecting that (and tried to replicate it but could not). will fix |
also re: backporting - i think we should, same as we would for any other bugfix 👍 |
Hello @torkelo!
Please, if the current pull request addresses a bug fix, label it with the |
@ashharrison90 fixed the mobile issue, was easy standard flex fix :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great! 🥳
hope it fixes the issue for everyone 🤞
Fixes #65394
Noticed this hover indicator in the MenuMenu last couple of days.
This PR fixes
This is the bug I am seeing
Not sure if we should backport this or not? (as topnav is being rolled out more and more to cloud in 9.4.x ?)