Skip to content

Commit

Permalink
fix(ui): int loading z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 1, 2018
1 parent 0366ec3 commit 68f273a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@vue/cli-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div v-if="ready" class="content">
<router-view/>
</div>
<VueLoadingIndicator v-else class="overlay big accent"/>
<VueLoadingIndicator v-else class="app-init-loading overlay big accent"/>

<StatusBar/>
<ClientAddonLoader/>
Expand Down Expand Up @@ -52,4 +52,7 @@ export default {
.status-bar
grid-area status
.app-init-loading
z-index 100000
</style>

0 comments on commit 68f273a

Please sign in to comment.