From ef0b88f6b3ef67b4292f84fae35afebae6075599 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Mar 2015 00:13:30 -0700 Subject: [PATCH] fix order --- scss/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_modal.scss b/scss/_modal.scss index ac27613767..40b94f2938 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; }