Skip to content
Snippets Groups Projects
Commit d2183301 authored by jojohoch's avatar jojohoch
Browse files

[player] Prevent scrollbars of div container from sections

parent f0b7187a
No related branches found
Tags editor/1.11.0+player/1.5.0
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
[intersectionContainer]="pagesContainer" [intersectionContainer]="pagesContainer"
(intersecting)="onIntersection()"> (intersecting)="onIntersection()">
<div *ngFor="let section of page.sections; let i = index" <div *ngFor="let section of page.sections; let i = index"
[style.overflow]="'hidden'"
[style.backgroundColor]="section.backgroundColor"> [style.backgroundColor]="section.backgroundColor">
<app-section <app-section
class="section" class="section"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment