From: Seamus Lee Date: Fri, 12 Jan 2018 00:07:05 +0000 (+1100) Subject: CRM-17352 fix display of modal on drupal8 (#5) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2d1111ef4fe751af735bba1d827d888419d0cfd9;p=civicrm-core.git CRM-17352 fix display of modal on drupal8 (#5) --- diff --git a/css/crm.designer.css b/css/crm.designer.css index 2b5e8c1dc8..ac0bda7fff 100644 --- a/css/crm.designer.css +++ b/css/crm.designer.css @@ -209,6 +209,11 @@ button#crm-designer-add-custom-set { margin: 0 2em 0 0; } +/* Hack for Drupal 8 for some reason was moving it around strange */ +.crm-designer-dialog .ui-resizable { + position: absolute; +} + .crm-designer-dialog .disabled .description { display: none; }