From 568831eb0cb876011d141897bc898771766cc043 Mon Sep 17 00:00:00 2001 From: Freddy Montes Date: Tue, 16 Mar 2021 17:20:37 -0600 Subject: [PATCH] Prevent overflow of the container in edit mode --- .../content/services/html/libraries/iframe-edit-mode.css.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/portlets/dot-edit-page/content/services/html/libraries/iframe-edit-mode.css.ts b/src/app/portlets/dot-edit-page/content/services/html/libraries/iframe-edit-mode.css.ts index 00bee0e568..299b00675f 100644 --- a/src/app/portlets/dot-edit-page/content/services/html/libraries/iframe-edit-mode.css.ts +++ b/src/app/portlets/dot-edit-page/content/services/html/libraries/iframe-edit-mode.css.ts @@ -24,7 +24,6 @@ export const getEditPageCss = (timestampId: string): string => { display: flex !important; flex-direction: column !important; width: 100% !important; - height: 100% !important; } ${timestampId} [data-dot-object="container"].no {