Skip to content

Commit

Permalink
fix(web): Show a scrollbar in the tag editor. Fixes hoarder-app#368 (h…
Browse files Browse the repository at this point in the history
…oarder-app#404)

readded the scrollbar again, so it is obvious that the list is scrollable
  • Loading branch information
kamtschatka authored Sep 22, 2024
1 parent a770e55 commit d0e7ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/dashboard/bookmarks/TagsEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function TagsEditor({
padding: "0.5rem",
maxHeight: "14rem",
overflowY: "auto",
scrollbarWidth: "none",
scrollbarWidth: "thin",
}),
container: (styles) => ({
...styles,
Expand Down

0 comments on commit d0e7ca2

Please sign in to comment.