From 70311a77cb2e40acff3d0e1257bf091c2c769e47 Mon Sep 17 00:00:00 2001 From: Application-drop-up Date: Mon, 22 Jun 2026 22:53:57 +0900 Subject: [PATCH] fix: offset search results title bar below sticky AppHeader SearchResultsPage's title bar used the same sticky top-0 as AppHeader, so it ended up hidden behind the header while scrolling instead of sticking below it. Apply the same top-[49px] offset TopPageTitleBar already uses. --- client/src/app/features/search/components/SearchResultsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/features/search/components/SearchResultsPage.tsx b/client/src/app/features/search/components/SearchResultsPage.tsx index 7ffbcf0..717bb67 100644 --- a/client/src/app/features/search/components/SearchResultsPage.tsx +++ b/client/src/app/features/search/components/SearchResultsPage.tsx @@ -33,7 +33,7 @@ export default function SearchResultsPage({ const text = useText(); return (
-
+