Skip to content

Commit

Permalink
fix(Notifications): inexistant z-55
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 6, 2022
1 parent 879bf36 commit 60c72a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Notifications.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="fixed bottom-0 right-0 flex flex-col justify-end w-full z-55 sm:w-96">
<div class="fixed bottom-0 right-0 flex flex-col justify-end w-full z-[55] sm:w-96">
<div
v-if="notifications.length"
class="px-4 py-6 space-y-3 overflow-y-auto sm:px-6 lg:px-8"
Expand Down

0 comments on commit 60c72a2

Please sign in to comment.