fix(Notifications): inexistant z-55

This commit is contained in:
Benjamin Canac
2022-05-06 18:41:48 +02:00
parent 879bf36698
commit 60c72a20d1

View File

@@ -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"