Skip to content

Commit

Permalink
Merge pull request #1 from kKen94/develop
Browse files Browse the repository at this point in the history
fix(demo): set position relative to ngx-progress parent
  • Loading branch information
kKen94 committed Nov 22, 2019
2 parents 0c86ad1 + 50d3928 commit 657f0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<button mat-fab class="tab-button" aria-label="Settings" (click)="toggleMenu()">
<mat-icon color="primary">build</mat-icon>
</button>
<div class="full-height" fxFlex="70" fxFlex.lg="60" fxFlex.md="50" fxFlex.sm="100" fxFlex.xs="100">
<div class="full-height" style="position: relative;" fxFlex="70" fxFlex.lg="60" fxFlex.md="50" fxFlex.sm="100" fxFlex.xs="100">
<ngx-progress
[showSpinner]="showSpinner"
[color]="color"
Expand Down

0 comments on commit 657f0ad

Please sign in to comment.