diff --git a/apps/web/src/App.vue b/apps/web/src/App.vue index 280f477942..b5c5b1fa53 100755 --- a/apps/web/src/App.vue +++ b/apps/web/src/App.vue @@ -215,7 +215,7 @@ watch(() => state.userId, (userId) => { position: fixed; width: 100%; height: $top-bar-height; - z-index: 100; + z-index: 1030; flex-shrink: 0; top: 0; } diff --git a/apps/web/src/common/components/scoped-notification/ScopedNotification.vue b/apps/web/src/common/components/scoped-notification/ScopedNotification.vue index a0f68c8602..e5e8d9e3ad 100644 --- a/apps/web/src/common/components/scoped-notification/ScopedNotification.vue +++ b/apps/web/src/common/components/scoped-notification/ScopedNotification.vue @@ -52,7 +52,7 @@ const handleCloseClick = () => {