diff --git a/app/assets/javascripts/components/AutocompleteTagInput.tsx b/app/assets/javascripts/components/AutocompleteTagInput.tsx index 6be62ad80..6567a9cf0 100644 --- a/app/assets/javascripts/components/AutocompleteTagInput.tsx +++ b/app/assets/javascripts/components/AutocompleteTagInput.tsx @@ -117,7 +117,7 @@ export const AutocompleteTagInput = observer(({ appState }: Props) => { style={{ maxHeight: dropdownMaxHeight, maxWidth: tagsContainerMaxWidth }} onBlur={closeOnBlur} > -
+
{autocompleteTagResults.map((tagResult) => ( { return appState.notes.contextMenuOpen ? (
{appState.tags.tags.map((tag) => (
-
+
{refreshing ? ( <>
diff --git a/app/assets/stylesheets/_sn.scss b/app/assets/stylesheets/_sn.scss index b18d61dc8..2736ab43d 100644 --- a/app/assets/stylesheets/_sn.scss +++ b/app/assets/stylesheets/_sn.scss @@ -275,8 +275,8 @@ position: fixed; } -.overflow-y-scroll { - overflow-y: scroll; +.overflow-y-auto { + overflow-y: auto; } .overflow-auto { @@ -360,7 +360,7 @@ .sn-dropdown { @extend .bg-default; - // @extend .min-w-80; + @extend .min-w-80; @extend .rounded; @extend .box-shadow;