msyavuz commented on code in PR #34507:
URL: https://github.com/apache/superset/pull/34507#discussion_r2252392792


##########
superset-frontend/src/dashboard/components/dnd/DragDroppable.jsx:
##########
@@ -81,14 +81,6 @@ const defaultProps = {
 const DragDroppableStyles = styled.div`
   ${({ theme }) => css`
     position: relative;
-    /*
-      Next line is a workaround for a bug in react-dnd where the drag
-      preview expands outside of the bounds of the drag source card, see:
-      https://github.com/react-dnd/react-dnd/issues/832#issuecomment-442071628
-    */
-    &.dragdroppable--edit-mode {
-      transform: translate3d(0, 0, 0);
-    }

Review Comment:
   I couldn't replicate the issue mentioned and this was causing the overlap.



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to