fix: v-menu is hidden by nav-header in safari
This commit is contained in:
		| @@ -317,7 +317,7 @@ export default { | |||||||
| <style lang='scss'> | <style lang='scss'> | ||||||
|  |  | ||||||
| .nav-header { | .nav-header { | ||||||
|   z-index: 1000; |   //z-index: 1000; | ||||||
|  |  | ||||||
|   .v-toolbar__extension { |   .v-toolbar__extension { | ||||||
|     padding: 0; |     padding: 0; | ||||||
|   | |||||||
| @@ -27,9 +27,14 @@ export default { | |||||||
|  |  | ||||||
| <style lang='scss'> | <style lang='scss'> | ||||||
| .nav-notify { | .nav-notify { | ||||||
|   top: 60px; |   // top: 60px; | ||||||
|   z-index: 999; |   z-index: 999; | ||||||
|  |  | ||||||
|  |   .v-snack__wrapper { | ||||||
|  |     border-top-left-radius: 0; | ||||||
|  |     border-top-right-radius: 0; | ||||||
|  |   } | ||||||
|  |  | ||||||
|   .v-snack__content { |   .v-snack__content { | ||||||
|     position: relative; |     position: relative; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user