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:
parent
f864bde459
commit
1e3edc0b5a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue