From 954daf70f865517f56ff3e61e201e70bd9597a93 Mon Sep 17 00:00:00 2001 From: jokd Date: Thu, 26 Oct 2023 10:15:12 +0200 Subject: [PATCH] Removed max-height --- scss/_infowindow.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_infowindow.scss b/scss/_infowindow.scss index f3ba00066..23c70303e 100644 --- a/scss/_infowindow.scss +++ b/scss/_infowindow.scss @@ -179,7 +179,6 @@ } .unfolded { - max-height: 20em; overflow: hidden; transition: max-height 1s; transition: max-height 1s;