|
|
@@ -19,7 +19,7 @@
|
|
|
<mat-stepper [linear]="isLinear" #stepper style="overflow: auto;">
|
|
|
<mat-step [stepControl]="formGroupInformation">
|
|
|
<ng-template matStepLabel>Información</ng-template>
|
|
|
- <form class="override_content_flex mt-10" [formGroup]="formGroupInformation" style="height: calc(100vh - 390px);">
|
|
|
+ <form class="override_content_flex mt-10" [formGroup]="formGroupInformation" style="height: calc(100vh - 390px); overflow: auto;">
|
|
|
<div class="col-flex-12">
|
|
|
<h2>Información Empresarial</h2>
|
|
|
</div>
|