.
This commit is contained in:
@@ -1551,7 +1551,7 @@ useEffect(() => {
|
|||||||
boxShadow: activeViewport === i
|
boxShadow: activeViewport === i
|
||||||
? "0 0 0 4px #1976d2, 0 0 16px 4px #1976d2cc"
|
? "0 0 0 4px #1976d2, 0 0 16px 4px #1976d2cc"
|
||||||
: undefined,
|
: undefined,
|
||||||
cursor: "pointer",
|
// cursor: "pointer",
|
||||||
zIndex: activeViewport === i ? 10 : 1,
|
zIndex: activeViewport === i ? 10 : 1,
|
||||||
}}
|
}}
|
||||||
onClick={() => setActiveViewport(i)}
|
onClick={() => setActiveViewport(i)}
|
||||||
|
|||||||
@@ -46,3 +46,7 @@ html, body, #root {
|
|||||||
width: 1296px;
|
width: 1296px;
|
||||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
/* In your global CSS */
|
||||||
|
.cornerstone-viewport, .cornerstone-canvas {
|
||||||
|
cursor: inherit !important;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user