From 4630e5122b6d650733f6712079bc13a533e0588b Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Fri, 7 Oct 2022 10:53:42 +0200 Subject: [PATCH] Fixed all sources modal height refs https://github.com/TryGhost/Team/issues/1986 --- ghost/admin/app/styles/layouts/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index 2762da988d..0c37dc941e 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1244,7 +1244,7 @@ Dashboard Attribution */ } .gh-all-sources .gh-dashboard-list-body { - max-height: calc(100vh - 215px); + max-height: calc(100vh - 255px); position: relative; }