a tool for shared writing and social publishing
0

Configure Feed

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

fix overflow in settings popover

Jared Pereira (May 25, 2026, 11:44 PM EDT) b29ada5f 7fe158bf

+1 -1
+1 -1
components/Blocks/StandardSitePostBlock/index.tsx
··· 64 64 asChild 65 65 side="top" 66 66 align="end" 67 - className="flex flex-col gap-2 w-xs pb-3!" 67 + className="flex flex-col gap-2 w-xs pb-3! overflow-y-auto" 68 68 onOpenAutoFocus={(e) => e.preventDefault()} 69 69 trigger={ 70 70 <SettingsTriggerButton aria-label="Standard Site Post Settings" />