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

fix(protocol-designer): fix navbar z-index issue #16910

Merged
merged 2 commits into from
Nov 20, 2024
Merged

fix(protocol-designer): fix navbar z-index issue #16910

merged 2 commits into from
Nov 20, 2024

Conversation

koji
Copy link
Contributor

@koji koji commented Nov 20, 2024

Overview

fix navbar z-index issue

Screenshot 2024-11-20 at 12 17 56 PM Screenshot 2024-11-20 at 12 17 07 PM Screenshot 2024-11-20 at 3 39 15 PM

close RQA-3641

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

@koji koji requested review from ncdiehl11 and jerader November 20, 2024 17:20
@koji koji requested a review from a team as a code owner November 20, 2024 17:20
@jerader
Copy link
Collaborator

jerader commented Nov 20, 2024

one more thing is a bit buggy, i can click on the continue button in the toolbox

Screenshot 2024-11-20 at 12 31 27

@koji
Copy link
Contributor Author

koji commented Nov 20, 2024

one more thing is a bit buggy, i can click on the continue button in the toolbox

Screenshot 2024-11-20 at 12 31 27

@jerader

this comes from Toolbox's zIndex={3}.
Do you remember why you added zIndex or took from Slideout component?

@koji koji requested a review from a team as a code owner November 20, 2024 20:39
@koji koji removed request for a team November 20, 2024 20:40
@@ -140,7 +140,6 @@ export function Toolbox(props: ToolboxProps): JSX.Element {
<Box
padding={SPACING.spacing16}
boxShadow={isScrolledToBottom ? 'none' : '0px -4px 12px #0000001a'}
zIndex={3}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the ToolBox has z-index: 10 set, I think it should be fine to remove it.

@jerader
Copy link
Collaborator

jerader commented Nov 20, 2024

one more thing is a bit buggy, i can click on the continue button in the toolbox
Screenshot 2024-11-20 at 12 31 27

@jerader

this comes from Toolbox's zIndex={3}. Do you remember why you added zIndex or took from Slideout component?

@koji no idea, haha. if everything is fine with these changes, then i feel comfortable
making them!

Copy link
Collaborator

@jerader jerader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks for fixing this

@koji koji merged commit ac051f7 into edge Nov 20, 2024
58 checks passed
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

Successfully merging this pull request may close these issues.

2 participants