Skip to content

Commit

Permalink
Merge pull request #213 from drupalprojects/7.x-3.x1-autocomplete-offset
Browse files Browse the repository at this point in the history
Panopoly magic css was borking the autocomplete results on modals.
  • Loading branch information
soniktrooth committed May 11, 2016
2 parents c6dd79c + 1eb37d2 commit 417de4b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions css/panopoly.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,9 @@ body.ctools-modal-open {
text-align: right;
}

#modal-content .form-item-view-settings {
display: block;
}

#modal-content .form-item-exposed-use-pager {
#modal-content .form-item-view-settings,
#modal-content .form-item-exposed-use-pager,
#modal-content #views-exposed-pane div.form-item {
display: block;
}

Expand Down

0 comments on commit 417de4b

Please # to comment.