From fcd4a0b698ed91c263bc716b698ceaf35ba9672d Mon Sep 17 00:00:00 2001 From: Ute Mayer-Dohmen Date: Wed, 15 Nov 2023 11:27:10 +0100 Subject: [PATCH] Fix weird behavior of otter-box --- lib/components/offer-box/_offer-box.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/components/offer-box/_offer-box.scss b/lib/components/offer-box/_offer-box.scss index d309d70..3dd4fab 100644 --- a/lib/components/offer-box/_offer-box.scss +++ b/lib/components/offer-box/_offer-box.scss @@ -13,6 +13,8 @@ gap: $spacer-md; } + position: relative; + display: grid; grid-template-areas: "image"