diff options
| author | Adam <[email protected]> | 2026-02-12 19:52:20 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-12 19:52:20 -0600 |
| commit | b525c03d205e37ad7527e6bd1749b324395dd6b7 (patch) | |
| tree | eaa5ab8f8fc8b5ef42285fb7db20216996ee6f37 | |
| parent | 8da5fd0a66b2b31f4d77eb8c0949c148b9a7d760 (diff) | |
| download | opencode-b525c03d205e37ad7527e6bd1749b324395dd6b7.tar.gz opencode-b525c03d205e37ad7527e6bd1749b324395dd6b7.zip | |
chore: cleanup
| -rw-r--r-- | packages/ui/src/components/toast.css | 10 |
1 files changed, 10 insertions, 0 deletions
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"] { |
