Skip to content

Commit

Permalink
fix(loading): ensure loading overlay stays above components (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and marijohannessen committed Nov 7, 2017
1 parent ebf60b3 commit 60286f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/loading/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $loading__size: 10.5rem;
justify-content: center;
align-items: center;
transition: background-color 2000ms $bx--standard-easing;
z-index: z('overlay');
}

.bx--loading-overlay--stop {
Expand Down

0 comments on commit 60286f7

Please sign in to comment.