From 5933d854a65254d438b42728d3275998ddcd83cf Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 6 Apr 2021 21:13:40 -0400 Subject: [PATCH] Fix scrollbars on fullscreen dashboard dashlet Apparently angular dialogService expects templates to be wrapped in an outer div, as that becomes the .ui-dialog-content element. --- ang/crmDashboard/FullscreenDialog.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ang/crmDashboard/FullscreenDialog.html b/ang/crmDashboard/FullscreenDialog.html index f96fd82e59..396d9f8509 100644 --- a/ang/crmDashboard/FullscreenDialog.html +++ b/ang/crmDashboard/FullscreenDialog.html @@ -1 +1,3 @@ - +
+ +
-- 2.25.1