Skip to content

Commit 68f273a

Browse files
author
Guillaume Chau
committed
fix(ui): int loading z-index
1 parent 0366ec3 commit 68f273a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/@vue/cli-ui/src/App.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div v-if="ready" class="content">
55
<router-view/>
66
</div>
7-
<VueLoadingIndicator v-else class="overlay big accent"/>
7+
<VueLoadingIndicator v-else class="app-init-loading overlay big accent"/>
88

99
<StatusBar/>
1010
<ClientAddonLoader/>
@@ -52,4 +52,7 @@ export default {
5252
5353
.status-bar
5454
grid-area status
55+
56+
.app-init-loading
57+
z-index 100000
5558
</style>

0 commit comments

Comments
 (0)