fix: fix annoying scroll bug

This commit is contained in:
Zach Daniel 2023-09-27 10:08:52 -04:00
parent 9d16ada5e5
commit 029d5281bf

View file

@ -81,7 +81,7 @@ defmodule AshHqWeb.Components.Search do
</Form>
</div>
</div>
<div class="grid overflow-auto">
<div class="grid overflow-auto scroll-parent">
{render_items(assigns, @item_list)}
</div>
</div>