Fix scrollbars on fullscreen dashboard dashlet
authorColeman Watts <coleman@civicrm.org>
Wed, 7 Apr 2021 01:13:40 +0000 (21:13 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 7 Apr 2021 01:13:40 +0000 (21:13 -0400)
Apparently angular dialogService expects templates to be wrapped in an outer div,
as that becomes the .ui-dialog-content element.

ang/crmDashboard/FullscreenDialog.html

index f96fd82e594c11fd9afacf0d99dc853d022357ac..396d9f85098e903534d927ff12197c4dfd00f5b1 100644 (file)
@@ -1 +1,3 @@
-<crm-dashlet dashlet="model" is-fullscreen="true"></crm-dashlet>
+<div>
+  <crm-dashlet dashlet="model" is-fullscreen="true"></crm-dashlet>
+</div>