a tool for shared writing and social publishing
0
fork

Configure Feed

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

add overflow to top post container

+1 -1
+1 -1
app/lish/[did]/[publication]/[rkey]/page.tsx
··· 92 92 } 93 93 return ( 94 94 <ThemeProvider entityID={null}> 95 - <div className="flex flex-col px-3 sm:px-4 py-3 sm:py-9 mx-auto w-full bg-[#FDFCFA] h-full min-h-fit"> 95 + <div className="flex flex-col px-3 sm:px-4 py-3 sm:py-9 mx-auto w-full bg-[#FDFCFA] h-full min-h-fit overflow-auto"> 96 96 <div className="pubHeader flex flex-col pb-5 mx-auto max-w-prose"> 97 97 <Link 98 98 className="font-bold hover:no-underline text-accent-contrast"