Pull request #62: RED-842: Fix unclickable list items when upload overlay is open
Merge in RED/ui from RED-842 to master * commit '7f70c119b878e4437ca0e565d596d9e9cda6cff3': RED-842: Fix unclickable list items when upload overlay is open
This commit is contained in:
commit
0bb4dc7dce
@ -10,10 +10,7 @@ export class UploadStatusOverlayService {
|
||||
private readonly _statusOverlayRef: OverlayRef;
|
||||
|
||||
constructor(private overlay: Overlay, private readonly _injector: Injector) {
|
||||
this._statusOverlayRef = this.overlay.create({
|
||||
height: '500px',
|
||||
width: '300px'
|
||||
});
|
||||
this._statusOverlayRef = this.overlay.create();
|
||||
}
|
||||
|
||||
private _createInjector() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user