From 35706fd5bb3323499222bedc610b25f136bc83b8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 25 Feb 2020 14:15:16 +0100 Subject: [PATCH] fix #3433 @0.5 --- style/mobilefirst.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/mobilefirst.less b/style/mobilefirst.less index 676c8317..9957ccf4 100644 --- a/style/mobilefirst.less +++ b/style/mobilefirst.less @@ -55,6 +55,10 @@ display: none; } } + + .container { + height: auto; + } } // Opacity animation only for non ios and non android platforms -- 2.39.5