Skip to content

Commit

Permalink
fix: fixed changelog-dialog close button position
Browse files Browse the repository at this point in the history
  • Loading branch information
Endebert committed Oct 17, 2018
1 parent 872e431 commit 29d0cce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,12 @@
</v-menu>

<!--CHANGELOG DIALOG-->
<v-dialog v-model="changelogDialog" max-width="600px">
<v-dialog v-model="changelogDialog" scrollable max-width="600px">
<v-card>
<v-card-text>
<Changelog/>
</v-card-text>
<v-divider></v-divider>
<v-card-actions>
<v-btn @click.native="changelogDialog = false">Close</v-btn>
</v-card-actions>
Expand Down

0 comments on commit 29d0cce

Please sign in to comment.