/* SOLO pagina Monitoraggio (metti il tuo nid) */
body.page-node-471 iframe#dashIframe{
  width: 100% !important;
  border: 0 !important;
  overflow: visible !important;
}

/* MOBILE: altezza "abbondante" così non tronca gli ultimi grafici */
@media (max-width: 768px){
  body.page-node-471 iframe#dashIframe{
    height: 5210px !important;      /* alzala finché si vede tutto */
    min-height: 5200px !important;
  }
}

/* Evita che qualche wrapper drupal/tema tagli l’iframe */
body.page-node-471 .field,
body.page-node-471 .field__item,
body.page-node-471 .node__content,
body.page-node-471 .layout__region,
body.page-node-471 .region-content,
body.page-node-471 .block{
  overflow: visible !important;
}

/* Se il tema mette un max-height o un overflow hidden su container */
body.page-node-471 .container,
body.page-node-471 .container-fluid{
  overflow: visible !important;
}
