diff --git a/projects/player/src/app/components/section/section.component.html b/projects/player/src/app/components/section/section.component.html
index 7079685564177d240dc676b22147ccedeb3eed7e..caa2c1c313ca6675ac1420656bfcbbfa14147b32 100644
--- a/projects/player/src/app/components/section/section.component.html
+++ b/projects/player/src/app/components/section/section.component.html
@@ -3,6 +3,7 @@
 <ng-template #staticElements>
   <div *ngFor="let element of section.elements; let i = index"
        [style.position]="'absolute'"
+       [style.overflow]="'auto'"
        [style.width.px]="element.width"
        [style.height.px]="element.height"
        [style.left.px]="element.xPosition"