From 0e97cc3a11fa7c34dd151e97f79cec52ce3af0f5 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Tue, 16 May 2023 12:27:37 +0800 Subject: [PATCH] Fixed double scrollbar issue on Pages closes https://github.com/TryGhost/Team/issues/3219 - the pages template had a leftover .gh-list-sticky and it was causing an additional scrollbar inside the list - removing the unncessary element fixes the issue --- ghost/admin/app/templates/pages.hbs | 44 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/ghost/admin/app/templates/pages.hbs b/ghost/admin/app/templates/pages.hbs index 8ac48f47be..1d8ea922b2 100644 --- a/ghost/admin/app/templates/pages.hbs +++ b/ghost/admin/app/templates/pages.hbs @@ -27,29 +27,27 @@
-
- -
  • -
    - {{#if this.showingAll}} - {{svg-jar "pages-placeholder" class="gh-pages-placeholder"}} -

    Tell the world about yourself.

    - - Create a new page - - {{else}} -

    No pages match the current filter

    - - Show all pages - - {{/if}} -
    -
  • -
    -
    + +
  • +
    + {{#if this.showingAll}} + {{svg-jar "pages-placeholder" class="gh-pages-placeholder"}} +

    Tell the world about yourself.

    + + Create a new page + + {{else}} +

    No pages match the current filter

    + + Show all pages + + {{/if}} +
    +
  • +