0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

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.
This commit is contained in:
Daniël van der Winden 2024-08-19 16:01:01 +02:00 committed by GitHub
parent f864bde459
commit 1e3edc0b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() {