#myDialog {
  width: 90% !important; /* 90% der Bildschirmbreite */


  top: 0 !important;
  margin-top: 50px !important; /* Anpassen, je nach Bedarf */

  max-height: 80% !important; /* Maximal 80% der Bildschirmhöhe */
  overflow-y: auto !important; /* Vertikale Scrollleiste bei Bedarf hinzufügen */
}
