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:
parent
f864bde459
commit
1e3edc0b5a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user