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>
)
}