fix order

This commit is contained in:
Mark Otto 2015-03-29 00:13:30 -07:00
parent 2f7bfb44c2
commit ef0b88f6b3
1 changed files with 1 additions and 1 deletions

View File

@ -64,8 +64,8 @@
right: 0;
bottom: 0;
left: 0;
background-color: $modal-backdrop-bg;
z-index: $zindex-modal-bg;
background-color: $modal-backdrop-bg;
// Fade for backdrop
&.fade { opacity: 0; }