Skip to content

Commit

Permalink
CRM-17352 fix display of modal on drupal8 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 authored and colemanw committed Jan 12, 2018
1 parent 670a34b commit 2d1111e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/crm.designer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2d1111e

Please sign in to comment.