diff --git a/projects/editor/src/app/components/unit-view/page-view/canvas/section-menu.component.ts b/projects/editor/src/app/components/unit-view/page-view/canvas/section-menu.component.ts
index 54324c69f847b584138e88dca739c76758397998..af0eecfe30b88554dc71922b57f92cef111423f5 100644
--- a/projects/editor/src/app/components/unit-view/page-view/canvas/section-menu.component.ts
+++ b/projects/editor/src/app/components/unit-view/page-view/canvas/section-menu.component.ts
@@ -49,11 +49,12 @@ import { UIElement } from '../../../../../../../common/interfaces/elements';
         <ng-container *ngIf="!section.dynamicPositioning">
           <mat-form-field appearance="fill">
             <mat-label>{{'section-menu.height' | translate }}</mat-label>
-            <input matInput mat-menu-item type="number"
+            <input matInput  type="number"
                    [value]="$any(section.height)"
-                   (click)="$any($event).stopPropagation()"
                    (change)="updateModel('height', $any($event.target).value)">
           </mat-form-field>
+<!--          mat-menu-item-->
+<!--                   (click)="$any($event).stopPropagation()"-->
         </ng-container>
         <div *ngIf="section.dynamicPositioning">
           <fieldset>