pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

make group modal scrollable

Pas cb6675f6 04f59589

+1 -1
+1 -1
src/components/overlays/EditGroupOrderModal.tsx
··· 120 120 <Paragraph className="mt-4"> 121 121 {t("home.bookmarks.groups.reorder.description")} 122 122 </Paragraph> 123 - <div> 123 + <div className="max-h-[50vh] overflow-y-auto"> 124 124 <SortableList items={sortableItems} setItems={handleItemsChange} /> 125 125 </div> 126 126 <div className="flex gap-4 mt-6 justify-end">