CRM-17352 fix display of modal on drupal8 (#5)
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 12 Jan 2018 00:07:05 +0000 (11:07 +1100)
committercolemanw <coleman@civicrm.org>
Fri, 12 Jan 2018 00:07:05 +0000 (19:07 -0500)
css/crm.designer.css

index 2b5e8c1dc80241015524ee5151d8e9c2943fc706..ac0bda7fff4f45f64c62914f0ce1cc02218d731d 100644 (file)
@@ -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;
 }