From 4b2cabc6fff3060229dfa1a8022b8654bd20124b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jing=20Hui=20PANG=20=28=E5=BD=AD=E7=AB=9E=E8=BE=89=29?= Date: Sun, 22 Mar 2026 02:56:25 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(ui):=20add=20z-index=20Tailwin?= =?UTF-8?q?d=20tiers=20and=20migrate=20shared=20components=20(#5397)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../course/duplication/components/UnpublishedIcon.jsx | 2 +- .../learning-map/components/ZoomActionElements/index.jsx | 3 +-- .../course/learning-map/containers/Dashboard/index.jsx | 6 ++++-- client/app/lib/components/core/LoadingOverlay.tsx | 3 +-- client/app/lib/components/core/NotificationBar.jsx | 2 +- .../lib/components/core/dialogs/ConfirmationDialog.jsx | 2 +- client/tailwind.config.ts | 8 ++++++++ 7 files changed, 17 insertions(+), 9 deletions(-) diff --git a/client/app/bundles/course/duplication/components/UnpublishedIcon.jsx b/client/app/bundles/course/duplication/components/UnpublishedIcon.jsx index d648d7aaf58..126a7c1e102 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', }, }; @@ -20,6 +19,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 ( -
+