diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-21 03:09:51 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-21 03:09:51 +0000 |
| commit | 13ed0720e8157897f3085ad7f7f721ff6e27017b (patch) | |
| tree | f9004c690ac8a9e58b9b975c118d3ab5cc6e29e8 /apps | |
| parent | 71707500f6e59b61f0a97fac7b2caaa0af4e3168 (diff) | |
| download | karakeep-13ed0720e8157897f3085ad7f7f721ff6e27017b.tar.zst | |
ui(web): Minor style tweaks to the tags editor
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/components/dashboard/bookmarks/TagsEditor.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/web/components/dashboard/bookmarks/TagsEditor.tsx b/apps/web/components/dashboard/bookmarks/TagsEditor.tsx index 4cccfc02..bebd53df 100644 --- a/apps/web/components/dashboard/bookmarks/TagsEditor.tsx +++ b/apps/web/components/dashboard/bookmarks/TagsEditor.tsx @@ -106,6 +106,9 @@ export function TagsEditor({ bookmark }: { bookmark: ZBookmark }) { valueContainer: (styles) => ({ ...styles, padding: "0.5rem", + maxHeight: "14rem", + overflowY: "auto", + scrollbarWidth: "none", }), }} components={{ @@ -129,6 +132,8 @@ export function TagsEditor({ bookmark }: { bookmark: ZBookmark }) { {children} </div> ), + DropdownIndicator: () => <span />, + IndicatorSeparator: () => <span />, }} classNames={{ multiValueRemove: () => "my-auto", |
