aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/web/components/dashboard/bookmarks/TagsEditor.tsx2
1 files changed, 1 insertions, 1 deletions
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,