michael-s-molina commented on code in PR #41602:
URL: https://github.com/apache/superset/pull/41602#discussion_r3506064671
##########
superset-frontend/src/components/MessageToasts/ToastPresenter.tsx:
##########
@@ -39,6 +39,11 @@ const StyledToastPresenter = styled.div<VisualProps>(
height: calc(100vh - 100px);
+ /* The container spans a tall region on the right edge of the screen.
+ Let clicks pass through its empty area so it doesn't block underlying
+ controls (e.g. the Explore Save button); toasts re-enable pointer
events. */
+ pointer-events: none;
Review Comment:
@luizotavio32 Does this still enable users to close the toast as pointer
events are disabled?
--
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]