make feed selector sticky

This commit is contained in:
Martti Malmi
2023-11-29 10:07:40 +02:00
parent 1ffc2c6bf2
commit 37cc990f18
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ export default function Index() {
{!shouldHideHeader && <Header />}
<div className="flex flex-row w-full">
<NavSidebar />
<div className="flex flex-1 flex-col overflow-x-hidden">
<div className="flex flex-1 flex-col">
<ErrorBoundary>
<Outlet />
</ErrorBoundary>