From 7639110326c2f381f8f9c656b3e77a4907620e17 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Fri, 27 Jan 2023 14:19:32 -0500 Subject: [PATCH] =?UTF-8?q?fix(search):=20=F0=9F=90=9B=20overlay=20should?= =?UTF-8?q?=20not=20cover=20search=20box?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/skins.citizen.styles/Search.less | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/skins.citizen.styles/Search.less b/resources/skins.citizen.styles/Search.less index 9bfdfb86..1f40e727 100644 --- a/resources/skins.citizen.styles/Search.less +++ b/resources/skins.citizen.styles/Search.less @@ -111,6 +111,7 @@ @media ( max-width: @width-breakpoint-desktop ) { .citizen-search__card { + z-index: 1; // So that overlay does not cover card width: auto; margin: var( --space-xs );