diff --git a/pdb-js/src/app/dashboard-page/dashboard/add-plot-dialog/add-plot-dialog.component.html b/pdb-js/src/app/dashboard-page/dashboard/add-plot-dialog/add-plot-dialog.component.html index 8a7d9bc..6b5b76d 100644 --- a/pdb-js/src/app/dashboard-page/dashboard/add-plot-dialog/add-plot-dialog.component.html +++ b/pdb-js/src/app/dashboard-page/dashboard/add-plot-dialog/add-plot-dialog.component.html @@ -2,6 +2,7 @@ :host { display: flex; flex-direction: column; + height:100%; } pdb-visualization-page { position: relative; @@ -9,7 +10,8 @@ height: calc(100% - 150px); flex-grow: 1; } - div[mat-dialog-actions] { + .mat-mdc-dialog-content { + max-height: unset; }