LaurenceLong commented on issue #28141:
URL: https://github.com/apache/superset/issues/28141#issuecomment-2490552715
Hi, I have solution below:
Edit Dashboard > Edit CSS
body:not(:has(.navbar-brand)) #GRID_ID-panel-GRID_ID * div.header-title >
span {
pointer-events: none !important;
cursor: default !important;
text-decoration: none !important;
color: inherit !important;
}
--
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]