Fix activation view overflow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user