make feed selector sticky
Some checks failed
continuous-integration/drone/pr Build is failing

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 />} {!shouldHideHeader && <Header />}
<div className="flex flex-row w-full"> <div className="flex flex-row w-full">
<NavSidebar /> <NavSidebar />
<div className="flex flex-1 flex-col overflow-x-hidden"> <div className="flex flex-1 flex-col">
<ErrorBoundary> <ErrorBoundary>
<Outlet /> <Outlet />
</ErrorBoundary> </ErrorBoundary>

View File

@ -31,7 +31,7 @@ interface RelayOption {
export default function RootPage() { export default function RootPage() {
return ( return (
<> <>
<div className="main-content p"> <div className="main-content p sticky top-0">
<RootTabs base="" /> <RootTabs base="" />
</div> </div>
<div className="main-content"> <div className="main-content">