From b525c03d205e37ad7527e6bd1749b324395dd6b7 Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:52:20 -0600 Subject: [PATCH] chore: cleanup --- packages/ui/src/components/toast.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/ui/src/components/toast.css b/packages/ui/src/components/toast.css index de547f9c7..4e6504d06 100644 --- a/packages/ui/src/components/toast.css +++ b/packages/ui/src/components/toast.css @@ -21,6 +21,11 @@ padding: 0; max-height: 100%; overflow-y: auto; + scrollbar-width: none; + + &::-webkit-scrollbar { + display: none; + } } } @@ -101,6 +106,11 @@ min-width: 0; overflow-x: hidden; overflow-y: auto; + scrollbar-width: none; + + &::-webkit-scrollbar { + display: none; + } } [data-slot="toast-title"] {