From adbbf48a287fe7d6aa11631ae790a8a07382d31b Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 9 Jun 2025 10:00:08 +0100 Subject: [PATCH] . --- dicom-viewer/src/App.tsx | 2 +- dicom-viewer/src/index.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dicom-viewer/src/App.tsx b/dicom-viewer/src/App.tsx index b013fc2..6d42549 100644 --- a/dicom-viewer/src/App.tsx +++ b/dicom-viewer/src/App.tsx @@ -1551,7 +1551,7 @@ useEffect(() => { boxShadow: activeViewport === i ? "0 0 0 4px #1976d2, 0 0 16px 4px #1976d2cc" : undefined, - cursor: "pointer", + // cursor: "pointer", zIndex: activeViewport === i ? 10 : 1, }} onClick={() => setActiveViewport(i)} diff --git a/dicom-viewer/src/index.css b/dicom-viewer/src/index.css index 1b2960a..e63811a 100644 --- a/dicom-viewer/src/index.css +++ b/dicom-viewer/src/index.css @@ -45,4 +45,8 @@ html, body, #root { unicode-bidi: isolate; width: 1296px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +/* In your global CSS */ +.cornerstone-viewport, .cornerstone-canvas { + cursor: inherit !important; } \ No newline at end of file