Fix activation view overflow

This commit is contained in:
Johannes Zellner
2025-05-13 11:38:23 +02:00
parent faf6ea83fa
commit f77aeded6f
+2 -1
View File
@@ -130,6 +130,7 @@ onMounted(async () => {
</div>
<!-- TODO remove this view -->
<div v-else-if="view === VIEWS.FINISHED" class="view">
<h1>Cloudron is ready to use</h1>
@@ -169,8 +170,8 @@ onMounted(async () => {
.container {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
overflow: auto;
}
.view {