@@ -1,5 +1,5 @@
<template>
- <Header v-if="this.$store.state.isLogin"></Header>
+ <Header class="z20" v-if="this.$store.state.isLogin"></Header>
<router-view></router-view>
</template>
@@ -47,4 +47,8 @@ export default {
background: #10ffb9;
border-radius: 5px;
}
+
+.z20 {
+ z-index: 20;
+}
</style>