-
Notifications
You must be signed in to change notification settings - Fork 21
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
Dropdown Overlap - RSC-834 #595
base: main
Are you sure you want to change the base?
Conversation
@@ -106,6 +106,7 @@ | |||
overflow-y: auto; | |||
padding: var(--nx-spacing-6x) var(--nx-spacing-6x); | |||
white-space: normal; | |||
z-index: 0; |
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.
I think this should probably also be added to .nx-page-sidebar
so that a dropdown in a sidebar doesn't have the same problem
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.
I think this should probably also be added to
.nx-page-sidebar
so that a dropdown in a sidebar doesn't have the same problem
Added here: cdfa032
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.
+1 but with some hesitation. This is the kind of change that could cause some obscure bug somewhere completely unrelated to dropdowns. This should be tested carefully and obviously any applitools differences should be taken seriously.
I agree. I mean if we haven't heard about this issue from downstream users, so maybe a safer approach is to update the |
That's probably just as dangerous. It could result in the header appearing in front of modals or something. Actually, this fix might cause that too but in a different way. Maybe do some testing before you merge it. |
https://issues.sonatype.org/browse/RSC-834