Update AppImage

This commit is contained in:
MacRimi
2025-10-21 17:57:05 +02:00
parent e55c0461db
commit f2d7d0af43
2 changed files with 2 additions and 2 deletions

View File

@@ -373,7 +373,7 @@ export function MetricsView({ vmid, vmName, vmType, onBack }: MetricsViewProps)
</div>
{/* Scrollable Content with all charts */}
<div className="flex-1 overflow-y-auto p-6 min-h-0">{renderAllCharts()}</div>
<div className="flex-1 overflow-y-auto p-6 max-h-0">{renderAllCharts()}</div>
</div>
)
}

View File

@@ -748,7 +748,7 @@ export function VirtualMachines() {
setShowAdditionalInfo(false)
}}
>
<DialogContent className="max-w-4xl max-h-[95vh] sm:max-h-[90vh] flex flex-col p-0">
<DialogContent className="max-w-4xl h-[95vh] sm:h-[90vh] flex flex-col p-0 overflow-hidden">
{currentView === "main" ? (
<>
<DialogHeader className="pb-4 border-b border-border px-6 pt-6">