소스 검색

modificación de responsibe

JeanBenitez 1 년 전
부모
커밋
6cf5e9b661

+ 1 - 1
sistema-mantenimiento-front/src/app/components/acquisition-management/provider/providers/provider-form/provider-form.component.html

@@ -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>