diff --git a/ghost/admin/app/styles/components/lists.css b/ghost/admin/app/styles/components/lists.css index f8e1b5b366..3947854abb 100644 --- a/ghost/admin/app/styles/components/lists.css +++ b/ghost/admin/app/styles/components/lists.css @@ -302,7 +302,7 @@ ul.nostyle li { position: relative; overflow: scroll; max-width: calc(100% + 96px); - /* height: calc(100vh - 96px); */ + height: calc(100vh - 96px); margin: 0 -48px -81px; padding: 0 48px 0 0; } diff --git a/ghost/admin/app/templates/members.hbs b/ghost/admin/app/templates/members.hbs index cc4d555e6b..3c2c187245 100644 --- a/ghost/admin/app/templates/members.hbs +++ b/ghost/admin/app/templates/members.hbs @@ -33,6 +33,7 @@ - +