From 20089fb507d97fae5b3c1162f958a027ca0a30b1 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Thu, 14 May 2026 08:56:40 +0200 Subject: [PATCH] fixed search below content + light editor and search --- frontend/src/components/react/Search.tsx | 51 ++++++------ .../src/components/react/admin/Editor.tsx | 80 ++++++++++--------- frontend/src/layouts/Layout.astro | 6 +- frontend/src/styles/global.css | 12 +-- 4 files changed, 81 insertions(+), 68 deletions(-) diff --git a/frontend/src/components/react/Search.tsx b/frontend/src/components/react/Search.tsx index 8d6dd81..6e04ab9 100644 --- a/frontend/src/components/react/Search.tsx +++ b/frontend/src/components/react/Search.tsx @@ -128,9 +128,10 @@ export default function Search() { @@ -157,18 +158,22 @@ export default function Search() { className="fixed inset-0 z-[200] flex items-start justify-center pt-[10vh] md:pt-[15vh] px-4" role="dialog" aria-modal="true" - aria-label="Search posts" + aria-label="Search the catalogue" onClick={() => setOpen(false)} >