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 {