diff --git a/projects/editor/src/app/unit-view/page-view/canvas/section-static.component.ts b/projects/editor/src/app/unit-view/page-view/canvas/section-static.component.ts
index ab8b307b8752b84ca518941ba6e79bab3b48455a..6fd07c3ee3c396f28e6f8bc7e6bb6af5dca2d8ef 100644
--- a/projects/editor/src/app/unit-view/page-view/canvas/section-static.component.ts
+++ b/projects/editor/src/app/unit-view/page-view/canvas/section-static.component.ts
@@ -21,7 +21,7 @@ import { UIElementType } from '../../../../../../common/models/uI-element';
     </div>
   `,
   styles: [
-    '.section-wrapper {position: relative; width: 100%}'
+    '.section-wrapper {position: relative; width: 100%; overflow: hidden;}'
   ]
 })
 export class SectionStaticComponent {