diff --git a/app/styles/grids/_grid-layout.scss b/app/styles/grids/_grid-layout.scss index f3004837..0406510f 100644 --- a/app/styles/grids/_grid-layout.scss +++ b/app/styles/grids/_grid-layout.scss @@ -700,7 +700,6 @@ $planningEditor-width: 53rem; grid-template-columns: [slideInLeft] auto [mainContent] 1fr [slideInRight] auto [overlayContainer] 0; grid-template-rows: [headerToolbar] auto [contentBlock] 1fr; overflow: auto; - height: 100%; } .sd-main-content-grid__header { diff --git a/app/styles/layout/_editor.scss b/app/styles/layout/_editor.scss index 7bbf4da2..058208b1 100644 --- a/app/styles/layout/_editor.scss +++ b/app/styles/layout/_editor.scss @@ -383,6 +383,10 @@ } .sd-editor__container-wrapper { + grid-column: 1 / 2; + display: grid; + grid-template-rows: 1fr; + grid-auto-columns: auto; width: 0; min-width: 0; max-width: 0; @@ -390,10 +394,6 @@ } .sd-editor__container { - grid-column: 1 / 2; - display: grid; - grid-template-rows: 1fr; - grid-auto-columns: auto; overflow-y: auto; overflow: hidden; opacity: 0; @@ -422,7 +422,7 @@ } } -.sd-content-wrapper--editor-full .open-editor .sd-editor__container { +.sd-content-wrapper--editor-full .open-editor .sd-editor__container-wrapper { min-width: auto; max-width: none; } diff --git a/package-lock.json b/package-lock.json index 6fca6521..5152e868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "superdesk-ui-framework", - "version": "3.1.8", + "version": "3.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b232a5c4..e9e1913c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "superdesk-ui-framework", - "version": "3.1.8", + "version": "3.1.9", "license": "AGPL-3.0", "repository": { "type": "git",