mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-14 08:06:22 +00:00
Update script-terminal-modal.tsx
This commit is contained in:
@@ -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()}
|
||||||
|
|||||||
Reference in New Issue
Block a user