From 3314e76ebbbb0963bf78dfc6ebf0f50e0a8b3be6 Mon Sep 17 00:00:00 2001 From: merve karaman <107546467+mervekaraman@users.noreply.github.com> Date: Wed, 21 Jun 2023 15:37:34 +0300 Subject: [PATCH] Changed notification position zIndex styling.. --- .../assets/js/components/NotificationPlugin/Notification.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/assets/js/components/NotificationPlugin/Notification.vue b/resources/assets/js/components/NotificationPlugin/Notification.vue index a4317b606e3..348634063c8 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 {