remove bottom padding for toast container

This became redundant due to the floating feedback bubble removal
This commit is contained in:
Gregor Vostrak
2025-09-30 16:58:24 +02:00
parent 7584e59d0b
commit c3305b3df6

View File

@@ -1,7 +1,7 @@
<template>
<div
aria-live="assertive"
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]">
<div class="flex w-full flex-col items-center space-y-4 sm:items-end">
<Notification
v-for="notification in notifications"