OHIF-61 (ASCD): Resizing of window causes controls to overlay on the image
This commit is contained in:
parent
88c703a809
commit
88385857b6
@ -60,7 +60,7 @@ export class ResizeViewportManager {
|
||||
relocateDialogs(){
|
||||
OHIF.log.info('ResizeViewportManager relocateDialogs');
|
||||
|
||||
const $bottomRightDialogs = $('#cineDialog, #annotationDialog, #textMarkerOptionsDialog');
|
||||
const $bottomRightDialogs = $('#annotationDialog, #textMarkerOptionsDialog');
|
||||
$bottomRightDialogs.css({
|
||||
top: '', // This removes the CSS property completely
|
||||
left: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user