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(){
|
relocateDialogs(){
|
||||||
OHIF.log.info('ResizeViewportManager relocateDialogs');
|
OHIF.log.info('ResizeViewportManager relocateDialogs');
|
||||||
|
|
||||||
const $bottomRightDialogs = $('#cineDialog, #annotationDialog, #textMarkerOptionsDialog');
|
const $bottomRightDialogs = $('#annotationDialog, #textMarkerOptionsDialog');
|
||||||
$bottomRightDialogs.css({
|
$bottomRightDialogs.css({
|
||||||
top: '', // This removes the CSS property completely
|
top: '', // This removes the CSS property completely
|
||||||
left: '',
|
left: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user