Skip to content

Commit

Permalink
fix(overlay): z-index (#735)
Browse files Browse the repository at this point in the history
Overlay container had z-index smaller than layout-header, so, we had an issue when overlay elements fell under layout-header.
  • Loading branch information
tibing-old-email authored and nnixaa committed Sep 20, 2018
1 parent eb6e74b commit 9c22a52
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
.overlay-backdrop {
background: nb-theme(overlay-backdrop-bg);
}

.cdk-overlay-container {
z-index: 1040;
}
}

0 comments on commit 9c22a52

Please sign in to comment.