From f77aeded6fa3b2ded0cd80ead5a54363a70144ac Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 13 May 2025 11:38:23 +0200 Subject: [PATCH] Fix activation view overflow --- dashboard/src/views/ActivationView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/src/views/ActivationView.vue b/dashboard/src/views/ActivationView.vue index 0c36bb77f..a14e8a3d3 100644 --- a/dashboard/src/views/ActivationView.vue +++ b/dashboard/src/views/ActivationView.vue @@ -130,6 +130,7 @@ onMounted(async () => { +

Cloudron is ready to use

@@ -169,8 +170,8 @@ onMounted(async () => { .container { display: flex; align-items: center; - justify-content: center; height: 100%; + overflow: auto; } .view {