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

[player] Fix sticking behavior of marking bar in separate paging mode

parent fd333746
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@
[(selectedIndex)]="selectedIndex">
<ng-container *ngFor="let page of scrollPages; let i = index; let last = last">
<mat-tab [label]="'pageIndication' | translate: {index: i + 1}">
<div [style.min-height]="'calc(' + minHeight.scrollPages + 'vh - ' + ((page.margin * 2) + tabHeaderHeight) + 'px)'"
<div [style.height]="'calc(' + minHeight.scrollPages + 'vh - ' + ((page.margin * 2) + tabHeaderHeight) + 'px)'"
[style.background-color]="page.backgroundColor"
[style.padding.px]="page.margin"
[style.max-width]="page.hasMaxWidth ? page.maxWidth + 'px' : '100%'">
......
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