Skip to content

Commit

Permalink
fix: notification z-index (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed Aug 8, 2023
1 parent 22bcd0d commit 3867814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/client/components/Notification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ provideNotificationFn((data) => {

<template>
<div
fixed left-0 right-0 top-0 z-50 text-center
fixed left-0 right-0 top-0 z-999 text-center
:class="show ? '' : 'pointer-events-none overflow-hidden'"
>
<div
Expand Down

0 comments on commit 3867814

Please sign in to comment.