luizotavio32 commented on code in PR #41602:
URL: https://github.com/apache/superset/pull/41602#discussion_r3506142664


##########
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:
   <img width="490" height="252" alt="ezgif-118cb12b90f61dd7" 
src="https://github.com/user-attachments/assets/8098fa65-24bf-448a-97ed-6cfb4166ad3a";
 />
   You mean this?



##########
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:
   <img width="490" height="252" alt="ezgif-118cb12b90f61dd7" 
src="https://github.com/user-attachments/assets/8098fa65-24bf-448a-97ed-6cfb4166ad3a";
 />
   
   You mean this?



-- 
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]

Reply via email to