From 1e3edc0b5aa80f273b3802c0bc5965357e6b3996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Mon, 19 Aug 2024 16:01:01 +0200 Subject: [PATCH] Adds blur behind 'Share' modal (#20782) fixes https://linear.app/tryghost/issue/DES-683/add-blur-behind-modal Adds a blur behind the modal in the new Publish flow. --- ghost/admin/app/components/modal-post-success.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/modal-post-success.js b/ghost/admin/app/components/modal-post-success.js index 32ed28216c..74fcbe4729 100644 --- a/ghost/admin/app/components/modal-post-success.js +++ b/ghost/admin/app/components/modal-post-success.js @@ -11,7 +11,8 @@ export default class PostSuccessModal extends Component { @service notifications; static modalOptions = { - className: 'fullscreen-modal-wide fullscreen-modal-action modal-post-success' + className: 'fullscreen-modal-wide fullscreen-modal-action modal-post-success', + backgroundBlur: true }; get post() {