kgabryje commented on code in PR #20129:
URL: https://github.com/apache/superset/pull/20129#discussion_r885833914
##########
superset-frontend/src/dashboard/stylesheets/dashboard.less:
##########
@@ -19,6 +19,7 @@
/* header has mysterious extra margin */
header.top {
margin-bottom: 2px;
+ z-index: 10;
Review Comment:
The main menu items on the right were not clickable because in edit mode the
right panel was covering them (they were visible but unclickable because of
invisible part of that panel covering them)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]