rusackas commented on code in PR #22474:
URL: https://github.com/apache/superset/pull/22474#discussion_r1069658849
##########
superset-frontend/src/dashboard/components/dnd/DragDroppable.jsx:
##########
@@ -73,6 +74,64 @@ const defaultProps = {
dragPreviewRef() {},
};
+const DragDroppableStyles = styled.div`
+ ${({ theme }) => css`
+ position: relative;
+
+ &.dragdroppable--dragging {
+ opacity: 0.2;
+ }
+
+ &.dragdroppable-row {
+ width: 100%;
+ }
+
+ &.dragdroppable-column .resizable-container span div {
+ z-index: 10;
Review Comment:
Again, we should have a z-index registry, so we can think of all of Superset
as layers in a consolidated way, do calculations like `theme.layers.navigation
+ 1`.
--
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]