This commit is contained in:
Ross
2025-06-09 10:00:08 +01:00
parent b1db098a49
commit adbbf48a28
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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)}
+4
View File
@@ -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;
}