AAE-34885 Form with tabs has incomplete frame in preview (#10880)

* AAE-34885 Form tabs preview frame size and width fix

* AAE-34885 fixing form preview in modeling app

* AAE-34485 workspace-app form scroll fix

* AAE-34485 fixing margin issues on the modeling app form preview

* fixing width issues on preview

---------

Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
Soumyajit Chakraborty
2025-05-19 15:40:06 +05:30
committed by GitHub
parent 8b47434c37
commit 2fd960bf5c
4 changed files with 10 additions and 20 deletions

View File

@@ -78,8 +78,7 @@
<mat-card-content class="adf-form-container-card-content">
<adf-form-renderer [formDefinition]="form" [readOnly]="readOnly" />
</mat-card-content>
<div class="adf-cloud-form-content-card-actions">
<mat-card-actions *ngIf="form.hasOutcomes()" class="adf-form-mat-card-actions" align="end">
<mat-card-actions *ngIf="form.hasOutcomes()" class="adf-cloud-form-content-card-actions" align="end">
<mat-checkbox
id="adf-form-open-next-task"
*ngIf="showNextTaskCheckbox && showCompleteButton"
@@ -103,7 +102,6 @@
</button>
</ng-container>
</mat-card-actions>
</div>
</div>
</mat-card>
</div>

View File

@@ -72,9 +72,10 @@
}
&-content-card {
padding-bottom: 4em;
padding-bottom: 2em;
overflow-y: auto;
position: static;
height: 70%;
&-fullscreen {
padding: 0;
@@ -92,14 +93,6 @@
}
}
}
&-actions {
position: fixed;
bottom: 0;
width: -webkit-fill-available;
z-index: 1;
background-color: white;
}
}
&-sidebars {