Commit e8b738aa authored by Nick's avatar Nick

fix: v-menu is hidden by nav-header in safari

parent 585f2d02
......@@ -317,7 +317,7 @@ export default {
<style lang='scss'>
.nav-header {
z-index: 1000;
//z-index: 1000;
.v-toolbar__extension {
padding: 0;
......
......@@ -27,9 +27,14 @@ export default {
<style lang='scss'>
.nav-notify {
top: 60px;
// top: 60px;
z-index: 999;
.v-snack__wrapper {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.v-snack__content {
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment