From 786c68793e50cfebde7faf668e9bcdb5d60ce4af Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Mon, 27 Mar 2023 15:46:34 +0200
Subject: [PATCH] Fixed search-box-container for organizations on mobile screen

---
 ckanext/odsh/fanstatic/odsh.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ckanext/odsh/fanstatic/odsh.css b/ckanext/odsh/fanstatic/odsh.css
index 261de820..bab0771b 100644
--- a/ckanext/odsh/fanstatic/odsh.css
+++ b/ckanext/odsh/fanstatic/odsh.css
@@ -1857,7 +1857,7 @@ body {
 }
 
 @media (max-width: 767px) {
-  .search-box-container:focus-within {
+  #dataset-search-box-form .search-box-container:focus-within {
     position: absolute;
     margin-right: auto;
     margin-left: auto;
-- 
GitLab