rcgit

/ karakeep

Commit 13ed0720

SHA 13ed0720e8157897f3085ad7f7f721ff6e27017b
Author MohamedBassem <me at mbassem dot com>
Author Date 2024-03-21 03:09 +0000
Committer MohamedBassem <me at mbassem dot com>
Commit Date 2024-03-21 03:09 +0000
Parent(s) 71707500f6e5 (diff)
Tree f9004c690ac8

patch snapshot

ui(web): Minor style tweaks to the tags editor
File + - Graph
M apps/web/components/dashboard/bookmarks/TagsEditor.tsx +5 -0
1 file(s) changed, 5 insertions(+), 0 deletions(-)

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

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",