Update script-terminal-modal.tsx

This commit is contained in:
MacRimi
2025-12-11 18:44:56 +01:00
parent a6e20bd9f0
commit 9760375855

View File

@@ -482,7 +482,7 @@ export function ScriptTerminalModal({
<DialogContent <DialogContent
className="max-w-7xl p-0 flex flex-col gap-0 overflow-hidden" className="max-w-7xl p-0 flex flex-col gap-0 overflow-hidden"
style={{ style={{
height: isMobile || isTablet ? "80vh" : `${modalHeight}px`, height: isMobile ? "80vh" : `${modalHeight}px`,
maxHeight: "none", maxHeight: "none",
}} }}
onInteractOutside={(e) => e.preventDefault()} onInteractOutside={(e) => e.preventDefault()}