Skip to content

Commit fb69aad

Browse files
committed
remove bottom padding for toast container
This became redundant due to the floating feedback bubble removal
1 parent c4feb2e commit fb69aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Components/NotificationContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
33
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]">
4+
class="pointer-events-none fixed inset-0 flex items-end px-4 py-6 sm:items-end sm:p-6 z-[70]">
55
<div class="flex w-full flex-col items-center space-y-4 sm:items-end">
66
<Notification
77
v-for="notification in notifications"

0 commit comments

Comments
 (0)