diff options
| author | Mark Otto <[email protected]> | 2015-03-29 00:13:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-03-29 00:13:30 -0700 |
| commit | ef0b88f6b3ef67b4292f84fae35afebae6075599 (patch) | |
| tree | eb80bb8a39b7c645f5dc48b8c34ec50b182b5e42 | |
| parent | 2f7bfb44c28de0f27edf37b765aed24f455de833 (diff) | |
| download | bootstrap-ef0b88f6b3ef67b4292f84fae35afebae6075599.tar.xz bootstrap-ef0b88f6b3ef67b4292f84fae35afebae6075599.zip | |
fix order
| -rw-r--r-- | scss/_modal.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index ac2761376..40b94f293 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -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; } |
