diff --git a/client/app/bundles/course/duplication/components/UnpublishedIcon.jsx b/client/app/bundles/course/duplication/components/UnpublishedIcon.jsx index d648d7aaf58..59fe6556a05 100644 --- a/client/app/bundles/course/duplication/components/UnpublishedIcon.jsx +++ b/client/app/bundles/course/duplication/components/UnpublishedIcon.jsx @@ -9,7 +9,6 @@ const styles = { marginRight: 3, }, withTooltip: { - zIndex: 3, position: 'relative', }, }; @@ -21,6 +20,7 @@ const UnpublishedIcon = ({ tooltipId }) => { return ( ); diff --git a/client/app/bundles/course/learning-map/components/ZoomActionElements/index.jsx b/client/app/bundles/course/learning-map/components/ZoomActionElements/index.jsx index 70a157a60e0..e75e1ba53e3 100644 --- a/client/app/bundles/course/learning-map/components/ZoomActionElements/index.jsx +++ b/client/app/bundles/course/learning-map/components/ZoomActionElements/index.jsx @@ -16,7 +16,6 @@ const styles = { position: 'absolute', right: 20, width: '100%', - zIndex: 999, }, }; @@ -24,7 +23,7 @@ const ZoomActionElements = (props) => { const { zoomIn, zoomOut } = props; return ( -
+