Makes progress bar visible on scrolled page
This commit is contained in:
parent
9ef7f7cb40
commit
c988d5ab10
|
@ -10,8 +10,8 @@ $mat-card-header-size: 40px !default;
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
top: 70px;
|
top: 70px;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
position: fixed;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue