Skip to content

Commit

Permalink
added z-index to useNotify banner (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
joycexjiang authored Oct 30, 2024
1 parent 719bb3e commit a49b2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.161",
"version": "0.0.162",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $: pageIsVisible.set(visibilityState === 'visible');
<div
role="alert"
aria-label="Notifications"
class="pointer-events-none fixed bottom-auto left-auto right-0 top-6 m-0 p-0 sm:right-6"
class="pointer-events-none fixed bottom-auto left-auto right-0 top-6 z-max m-0 p-0 sm:right-6"
>
<ul>
{#each $notifications as { id, pause, resume, ...notification } (id)}
Expand Down

0 comments on commit a49b2bb

Please sign in to comment.