Skip to content

Commit

Permalink
fix: update scrolls to auto #159 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab authored Feb 19, 2024
1 parent 2d8973b commit 20211d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/search/Entity.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{#if entity.relatedEntities.length > 0}
<div class="mt-5 flex w-full flex-col text-neutral">
<div class="font-light">Related Searches</div>
<div class="flex overflow-scroll">
<div class="flex overflow-auto">
{#each entity.relatedEntities as related (related.title)}
<div class="flex flex-col items-center p-4">
{#if related.imageId != null}
Expand Down

0 comments on commit 20211d8

Please sign in to comment.