From ad729d7ffce5f2a044a55af192e7d1696ea8a4d5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 16 Oct 2023 12:38:28 +0200 Subject: [PATCH] wait #6399 @0.5 --- style/107-question-match.sass | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style/107-question-match.sass b/style/107-question-match.sass index 3f3a083..12b1eb2 100644 --- a/style/107-question-match.sass +++ b/style/107-question-match.sass @@ -3,6 +3,10 @@ height: 160px background-color: $standard-fill-area + .screen + .m & + height: calc(100vh - 280px) + .question-match @@ -34,6 +38,12 @@ .bottom-slider opacity: 0 + .m & + position: absolute + bottom: 0 + left: 0 + width: 342px + .swiper-slide width: 252px !important height: 158px -- 2.39.5