From: Coleman Watts Date: Wed, 7 Apr 2021 01:13:40 +0000 (-0400) Subject: Fix scrollbars on fullscreen dashboard dashlet X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5933d854a65254d438b42728d3275998ddcd83cf;p=civicrm-core.git 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. --- 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 @@ - +
+ +