fix: v-menu is hidden by nav-header in safari
This commit is contained in:
parent
585f2d0296
commit
e8b738aad9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user