diff --git a/resources/assets/js/components/NotificationPlugin/Notification.vue b/resources/assets/js/components/NotificationPlugin/Notification.vue index a4317b606..348634063 100644 --- a/resources/assets/js/components/NotificationPlugin/Notification.vue +++ b/resources/assets/js/components/NotificationPlugin/Notification.vue @@ -16,7 +16,6 @@ 'p-4', 'text-black font-bold', 'rounded-lg', - 'z-30', { 'alert-with-icon': icon }, @@ -220,6 +219,8 @@ let styles = {}; + styles.zIndex = 100; + if (this.verticalAlign === 'top') { styles.top = `${pixels}px`; } else {