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

[player] Add scrollbars for small static elements

parent 1171de6e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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