Make sure ViewportDialogs are full-width
This commit is contained in:
parent
5fde65a2c1
commit
dc5fb8b585
@ -164,7 +164,7 @@ function TrackedCornerstoneViewport({
|
|||||||
frameRate={24}
|
frameRate={24}
|
||||||
isOverlayVisible={false}
|
isOverlayVisible={false}
|
||||||
/>
|
/>
|
||||||
<div style={{ position: 'absolute' }}>
|
<div className="absolute w-full">
|
||||||
{viewportDialogState.viewportIndex === viewportIndex && (
|
{viewportDialogState.viewportIndex === viewportIndex && (
|
||||||
<Notification
|
<Notification
|
||||||
message={viewportDialogState.message}
|
message={viewportDialogState.message}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user