mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-07 02:00:02 +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">
|
||||
{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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue