Browse Source

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

pull/861/head
Nick 5 years ago
parent
commit
e8b738aad9
2 changed files with 7 additions and 2 deletions
  1. 2
      client/components/common/nav-header.vue
  2. 7
      client/components/common/notify.vue

2
client/components/common/nav-header.vue

@ -317,7 +317,7 @@ export default {
<style lang='scss'>
.nav-header {
z-index: 1000;
//z-index: 1000;
.v-toolbar__extension {
padding: 0;

7
client/components/common/notify.vue

@ -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;

Loading…
Cancel
Save