Skip to content

Commit d0e7ca2

Browse files
authored
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
1 parent a770e55 commit d0e7ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/dashboard/bookmarks/TagsEditor.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export function TagsEditor({
125125
padding: "0.5rem",
126126
maxHeight: "14rem",
127127
overflowY: "auto",
128-
scrollbarWidth: "none",
128+
scrollbarWidth: "thin",
129129
}),
130130
container: (styles) => ({
131131
...styles,

0 commit comments

Comments
 (0)