Merge pull request #14186 from SlyTy7/fix/challenge-complete-backdrop

Update Modals.less
This commit is contained in:
Dylan
2017-04-05 20:49:07 -05:00
committed by GitHub

View File

@ -67,6 +67,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1030;
background-color: @modal-backdrop-bg; background-color: @modal-backdrop-bg;
// Fade for backdrop // Fade for backdrop
&.fade { .opacity(0); } &.fade { .opacity(0); }