We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881128a commit 4ebaa1aCopy full SHA for 4ebaa1a
packages/@vue/cli-ui/src/components/app/StatusBar.vue
@@ -188,7 +188,7 @@ export default {
188
189
.status-bar
190
position relative
191
- z-index 101
+ z-index 2
192
box-shadow 0 -2px 10px rgba(black, .1)
193
.vue-ui-dark-mode &
194
box-shadow 0 -2px 10px rgba(black, .2)
packages/@vue/cli-ui/src/components/view/ViewNav.vue
@@ -175,7 +175,7 @@ export default {
175
background $vue-ui-color-light
176
box-shadow 2px 0 10px rgba(black, .1)
177
178
- z-index 100
+ z-index 1
179
180
background $vue-ui-color-darker
181
0 commit comments