Skip to content

Commit a49b2bb

Browse files
authored
added z-index to useNotify banner (#594)
1 parent 719bb3e commit a49b2bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viamrobotics/prime-core",
3-
"version": "0.0.161",
3+
"version": "0.0.162",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/viamrobotics/prime.git",

packages/core/src/lib/notification/notification-container.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $: pageIsVisible.set(visibilityState === 'visible');
2828
<div
2929
role="alert"
3030
aria-label="Notifications"
31-
class="pointer-events-none fixed bottom-auto left-auto right-0 top-6 m-0 p-0 sm:right-6"
31+
class="pointer-events-none fixed bottom-auto left-auto right-0 top-6 z-max m-0 p-0 sm:right-6"
3232
>
3333
<ul>
3434
{#each $notifications as { id, pause, resume, ...notification } (id)}

0 commit comments

Comments
 (0)