Skip to content

Commit

Permalink
in progress backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
m67hoff committed Sep 4, 2018
1 parent b46854d commit 3566107
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
background-color: snow
}

.app-backdrop {
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
display: block;
background-color: rgba(0,0,0,.6);
z-index: 999;
}

.app-toolbar-filler {
flex: 1 1 auto;
}
Expand Down
1 change: 1 addition & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
  
</mat-toolbar>

<div class="app-backdrop" *ngIf="browseInProgress"></div>
<mat-sidenav-container autosize class="app-sidenav-container">

<!-- side nav setteings -->
Expand Down

0 comments on commit 3566107

Please sign in to comment.