mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-14 14:41:13 +00:00
make group modal scrollable
This commit is contained in:
parent
04f5958993
commit
cb6675f67d
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ export function EditGroupOrderModal({
|
||||||
<Paragraph className="mt-4">
|
<Paragraph className="mt-4">
|
||||||
{t("home.bookmarks.groups.reorder.description")}
|
{t("home.bookmarks.groups.reorder.description")}
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
<div>
|
<div className="max-h-[50vh] overflow-y-auto">
|
||||||
<SortableList items={sortableItems} setItems={handleItemsChange} />
|
<SortableList items={sortableItems} setItems={handleItemsChange} />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-4 mt-6 justify-end">
|
<div className="flex gap-4 mt-6 justify-end">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue