Uodate AppImage

This commit is contained in:
MacRimi
2025-10-21 17:33:53 +02:00
parent f20e46dee0
commit 8eca511a53
2 changed files with 18 additions and 4 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">{renderAllCharts()}</div>
<div className="flex-1 overflow-y-auto p-6 min-h-0">{renderAllCharts()}</div>
</div>
)
}