We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4feb2e commit fb69aadCopy full SHA for fb69aad
resources/js/Components/NotificationContainer.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div
3
aria-live="assertive"
4
- class="pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-end sm:p-6 sm:pb-24 z-[70]">
+ class="pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-end sm:p-6 z-[70]">
5
<div class="flex w-full flex-col items-center space-y-4 sm:items-end">
6
<Notification
7
v-for="notification in notifications"
0 commit comments