a tool for shared writing and social publishing
0
fork

Configure Feed

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

max height on help modal

celine 812cf8e7 2b2a738b

+1 -1
+1 -1
components/HelpPopover.tsx
··· 12 12 let entity_set = useEntitySetContext(); 13 13 return entity_set.permissions.write ? ( 14 14 <Popover 15 - className="max-w-xs w-full" 15 + className="max-w-xs w-full max-h-[60vh] overflow-y-scroll" 16 16 trigger={ 17 17 <div className="p-1 rounded-full bg-accent-1 text-accent-2"> 18 18 <HelpSmall />{" "}