From d0e7ca25d7bed5fe30b425eb4fca4311375191b2 Mon Sep 17 00:00:00 2001 From: kamtschatka Date: Sun, 22 Sep 2024 17:15:56 +0200 Subject: [PATCH] fix(web): Show a scrollbar in the tag editor. Fixes #368 (#404) readded the scrollbar again, so it is obvious that the list is scrollable --- apps/web/components/dashboard/bookmarks/TagsEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,