Skip to content

Instantly share code, notes, and snippets.

View bardzusny's full-sized avatar
😜
the usual

Adrian bardzusny

😜
the usual
View GitHub Profile
@jameswilson
jameswilson / responsive-modal.css
Last active March 5, 2021 19:59
Drupal Ctools Responsive Modal
/* Override inline dom styles from modal.js */
#modalContent {
position: fixed !important;
top: 12% !important;
bottom: 12% !important;
right: 4% !important;
left: 4% !important;
}
/* Limit max width to 1000px */
div.ctools-modal-content {