make group modal scrollable

This commit is contained in:
Pas 2026-01-18 10:40:02 -07:00
parent 04f5958993
commit cb6675f67d

View file

@ -120,7 +120,7 @@ export function EditGroupOrderModal({
<Paragraph className="mt-4">
{t("home.bookmarks.groups.reorder.description")}
</Paragraph>
<div>
<div className="max-h-[50vh] overflow-y-auto">
<SortableList items={sortableItems} setItems={handleItemsChange} />
</div>
<div className="flex gap-4 mt-6 justify-end">