From 55686f372b2218556e9148ca60ea25de78c80ff2 Mon Sep 17 00:00:00 2001 From: Yohann Tilotti Date: Tue, 24 Jan 2023 11:02:24 +0100 Subject: [PATCH 1/2] fix breakpoint js-search-result --- _dev/css/theme/components/search/_search-result.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_dev/css/theme/components/search/_search-result.scss b/_dev/css/theme/components/search/_search-result.scss index c68d7000..b612049e 100644 --- a/_dev/css/theme/components/search/_search-result.scss +++ b/_dev/css/theme/components/search/_search-result.scss @@ -2,7 +2,7 @@ @use "sass:map"; .js-search-result { - @include media-breakpoint-up(lg) { + @include media-breakpoint-up(md) { position: absolute; top: 100%; right: 0; From ac1bf65374df26b0a66430168d59f5ac9ab17fa0 Mon Sep 17 00:00:00 2001 From: Yohann Tilotti Date: Tue, 24 Jan 2023 11:03:00 +0100 Subject: [PATCH 2/2] fix breakpoint search-form__form-group --- _dev/css/theme/components/search/_search-form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_dev/css/theme/components/search/_search-form.scss b/_dev/css/theme/components/search/_search-form.scss index f3c33bd4..f170752d 100644 --- a/_dev/css/theme/components/search/_search-form.scss +++ b/_dev/css/theme/components/search/_search-form.scss @@ -7,7 +7,7 @@ &__form-group { position: relative; - @include media-breakpoint-up(lg) { + @include media-breakpoint-up(md) { .search-result-open & { z-index: 101; }