-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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: Side menu of the dashboard component will scroll out of dashboard #15888
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15888 +/- ##
=======================================
Coverage 77.08% 77.08%
=======================================
Files 984 984
Lines 51787 51787
Branches 7036 7036
=======================================
Hits 39920 39920
Misses 11642 11642
Partials 225 225
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -69,10 +69,11 @@ const StyledDiv = styled.div` | |||
flex: 1; | |||
`; | |||
|
|||
// @z-index-above-dashboard-charts + 1 = 11 |
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.
We should probably start a z-index registry somewhere. The comment is appreciated in the meantime.
/testenv up |
@rusackas Ephemeral environment spinning up at http://34.221.12.115:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Fixes #15862
@junlincc @jinghua-qa
AFTER SCREENSHOTS OR ANIMATED GIF
screen-recording-2021-07-25-at-105703-am_GVOlMnDd.mp4
TESTING INSTRUCTIONS
See the original issue for instructions.
ADDITIONAL INFORMATION