Makes progress bar visible on scrolled page

This commit is contained in:
apapachristou 2019-10-31 13:23:18 +02:00
parent 9ef7f7cb40
commit c988d5ab10
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ $mat-card-header-size: 40px !default;
.progress-bar {
top: 70px;
left: 0;
position: absolute;
width: 100%;
position: fixed;
z-index: 1;
}