OHIF-61 (ASCD): Resizing of window causes controls to overlay on the image

This commit is contained in:
Leonardo Campos 2017-05-04 23:00:01 -03:00
parent 88c703a809
commit 88385857b6

View File

@ -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: '',