Use padding in repeaters

This commit is contained in:
Jack Kingsman
2026-04-21 20:15:16 -07:00
parent 329df1a0d2
commit 7eac3a9754
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -376,6 +376,7 @@ export function AppShell({
<Toaster
position="top-right"
offset={toastTopOffset !== undefined ? { top: toastTopOffset } : undefined}
mobileOffset={toastTopOffset !== undefined ? { top: toastTopOffset } : undefined}
/>
</div>
);
@@ -300,6 +300,7 @@ export function RepeaterDashboard({
/>
)}
</header>
<div data-toast-anchor="conversation" aria-hidden="true" />
{/* Body */}
<div className="flex-1 overflow-y-auto p-4">