mirror of
https://github.com/JHUAPL/PINE.git
synced 2026-01-10 06:58:04 -05:00
Fix bug with uploading images from collection page.
This commit is contained in:
@@ -21,4 +21,12 @@
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
#status-bar {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
@@ -27,3 +27,5 @@
|
||||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<app-status-bar id="status-bar" [visible]="false"></app-status-bar>
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
height: 42px;
|
||||
font-size: 1em;
|
||||
border: 1px black solid;
|
||||
/*
|
||||
border-bottom-left-radius: 15px;
|
||||
border-bottom-right-radius: 15px;
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user