diff --git a/resources/assets/js/components/Mobile/Notification.vue b/resources/assets/js/components/Mobile/Notification.vue index f590dc9b4..ba76e52ed 100644 --- a/resources/assets/js/components/Mobile/Notification.vue +++ b/resources/assets/js/components/Mobile/Notification.vue @@ -3,6 +3,7 @@
@@ -35,6 +36,14 @@ export default { this.show = false; }, + computed: { + notifyStyle() { + return { + marginTop: this.$store.state.windowScrollY + 'px', + }; + }, + }, + methods: { open(config) { if (!$A.isJson(config)) {