feat: ui dialog responsiveness

This commit is contained in:
Zack Spear
2025-06-03 14:16:28 -07:00
parent f70a0b9b22
commit 80a555ae74
10 changed files with 179 additions and 87 deletions

View File

@@ -63,9 +63,9 @@ function popupWithIframe(title, cmd, reload, func) {
$('#iframe-popup').dialog({
autoOpen:true,
title:title,
height: 600,
width: 900,
draggable:true,
height: 'auto',
width: 'auto',
draggable: false,
resizable:true,
modal:true,
open:function(ev, ui){