Fix bug with uploading images from collection page.

This commit is contained in:
Laura Glendenning
2021-01-26 14:54:12 -05:00
parent 2076e70456
commit 5fe29ff71a
3 changed files with 13 additions and 1 deletions

View File

@@ -21,4 +21,12 @@
left: 0px;
right: 0px;
bottom: 0px;
}
}
#status-bar {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 100;
}

View File

@@ -27,3 +27,5 @@
<router-outlet></router-outlet>
</div>
</div>
<app-status-bar id="status-bar" [visible]="false"></app-status-bar>

View File

@@ -4,6 +4,8 @@
height: 42px;
font-size: 1em;
border: 1px black solid;
/*
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
*/
}