From 5fdbfecf076cc1aae144fd9923723bf8954378e7 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 26 Nov 2018 08:17:17 +0100 Subject: [PATCH] MOBILE-2755 iframe: Prevent iframes to be wider than screen --- src/components/iframe/iframe.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/iframe/iframe.scss b/src/components/iframe/iframe.scss index dba9aa54c..82b13e078 100644 --- a/src/components/iframe/iframe.scss +++ b/src/components/iframe/iframe.scss @@ -5,6 +5,7 @@ ion-app.app-root core-iframe { iframe { border: 0; display: block; + max-width: 100%; } .core-loading-container {