From 609bc839c2e16122747f8a082eef718f46b727f2 Mon Sep 17 00:00:00 2001 From: Mihai Macaneata Date: Thu, 11 Jun 2020 17:31:44 +0300 Subject: [PATCH] supress hardcoded style for iframes --- theme/site/globals/site.overrides | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/site/globals/site.overrides b/theme/site/globals/site.overrides index 431385a9..ab79152d 100644 --- a/theme/site/globals/site.overrides +++ b/theme/site/globals/site.overrides @@ -680,3 +680,7 @@ p { } } + +.block.maps iframe { + height: unset!important; +} \ No newline at end of file