diff --git a/ui/src/shared/components/cells/react-grid-layout.scss b/ui/src/shared/components/cells/react-grid-layout.scss index 0aec52ac96c..63122d58cee 100644 --- a/ui/src/shared/components/cells/react-grid-layout.scss +++ b/ui/src/shared/components/cells/react-grid-layout.scss @@ -14,6 +14,10 @@ z-index: $z--cell-default; transition: all 200ms ease; transition-property: left, top; + + &:hover { + z-index: $z--cell-context-hover; + } } .react-grid-item.cssTransforms { transition-property: transform; @@ -58,7 +62,7 @@ bottom: 0; right: 0; opacity: 0; - + &:before, &:after { content: '';