From 9bdffdf89dfa256e710fdaddfe5c95f36e58aaa6 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Fri, 17 Mar 2023 11:58:27 +0100 Subject: [PATCH] Fixed body style dropdown overflow issue no issue When opening the 'body style' dropdown in the newsletter settings, the dropdown was not completely visible. The next 'liquid' tab covered the dropdown. This makes some adjustments to the overflow of the liquid containers and z-index of the buttons and containers to fix that. It also removes overflow-y: auto from one of the containers because it cropped the shadow if the dropdown, while that container could never scroll (parent is scrollable). --- .../app/components/modals/newsletters/edit/design-labs.hbs | 2 +- ghost/admin/app/components/modals/newsletters/edit/design.hbs | 2 +- ghost/admin/app/styles/components/modals.css | 4 ++-- ghost/admin/app/styles/patterns/global.css | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ghost/admin/app/components/modals/newsletters/edit/design-labs.hbs b/ghost/admin/app/components/modals/newsletters/edit/design-labs.hbs index f1c7180da2..941cd40610 100644 --- a/ghost/admin/app/components/modals/newsletters/edit/design-labs.hbs +++ b/ghost/admin/app/components/modals/newsletters/edit/design-labs.hbs @@ -116,7 +116,7 @@ {{svg-jar "email-body"}} Body {{svg-jar (if isOpen "arrow-up-stroke" "arrow-down-stroke")}} - {{#liquid-if isOpen}} + {{#liquid-if isOpen class="show-overflow"}}