Skip to content

Commit 4ebaa1a

Browse files
author
Guillaume Chau
committed
fix: status bar / view nav z-indexes
1 parent 881128a commit 4ebaa1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vue/cli-ui/src/components/app/StatusBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export default {
188188
189189
.status-bar
190190
position relative
191-
z-index 101
191+
z-index 2
192192
box-shadow 0 -2px 10px rgba(black, .1)
193193
.vue-ui-dark-mode &
194194
box-shadow 0 -2px 10px rgba(black, .2)

packages/@vue/cli-ui/src/components/view/ViewNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export default {
175175
background $vue-ui-color-light
176176
box-shadow 2px 0 10px rgba(black, .1)
177177
position relative
178-
z-index 100
178+
z-index 1
179179
.vue-ui-dark-mode &
180180
background $vue-ui-color-darker
181181

0 commit comments

Comments
 (0)