From ca08a878d2b7dfd34d5da807b4dcef03a6defc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Borud?= Date: Tue, 31 Jan 2017 10:10:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20jumping=20"Invite=20User"?= =?UTF-8?q?=20button=20when=20modal=20is=20opened?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes TryGhost/Ghost#7890 - moved the modal outside of the `
` tag to avoid triggering unexpected flexbox justification --- ghost/admin/app/templates/team/index.hbs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/admin/app/templates/team/index.hbs b/ghost/admin/app/templates/team/index.hbs index 5ca3749122..836e14a911 100644 --- a/ghost/admin/app/templates/team/index.hbs +++ b/ghost/admin/app/templates/team/index.hbs @@ -6,15 +6,15 @@
- - {{#if showInviteUserModal}} - {{gh-fullscreen-modal "invite-new-user" - close=(action "toggleInviteUserModal") - modifier="action"}} - {{/if}} {{/unless}}
+ {{#if showInviteUserModal}} + {{gh-fullscreen-modal "invite-new-user" + close=(action "toggleInviteUserModal") + modifier="action"}} + {{/if}} + {{#gh-infinite-scroll fetch="loadNextPage" isLoading=isLoading