mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
🐛 fix jumping "Invite User" button when modal is opened
closes TryGhost/Ghost#7890 - moved the modal outside of the `<header>` tag to avoid triggering unexpected flexbox justification
This commit is contained in:
parent
c374e8a343
commit
ca08a878d2
1 changed files with 6 additions and 6 deletions
|
@ -6,14 +6,14 @@
|
|||
<section class="view-actions">
|
||||
<button class="btn btn-green" {{action "toggleInviteUserModal"}} >Invite People</button>
|
||||
</section>
|
||||
{{/unless}}
|
||||
</header>
|
||||
|
||||
{{#if showInviteUserModal}}
|
||||
{{gh-fullscreen-modal "invite-new-user"
|
||||
close=(action "toggleInviteUserModal")
|
||||
modifier="action"}}
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
</header>
|
||||
|
||||
{{#gh-infinite-scroll
|
||||
fetch="loadNextPage"
|
||||
|
|
Loading…
Add table
Reference in a new issue