diff --git a/apps/web/components/dashboard/bookmarks/TagsEditor.tsx b/apps/web/components/dashboard/bookmarks/TagsEditor.tsx index 4468b28a..8db93227 100644 --- a/apps/web/components/dashboard/bookmarks/TagsEditor.tsx +++ b/apps/web/components/dashboard/bookmarks/TagsEditor.tsx @@ -125,7 +125,7 @@ export function TagsEditor({ padding: "0.5rem", maxHeight: "14rem", overflowY: "auto", - scrollbarWidth: "none", + scrollbarWidth: "thin", }), container: (styles) => ({ ...styles,