From: Mark Otto Date: Sun, 29 Mar 2015 07:13:30 +0000 (-0700) Subject: fix order X-Git-Tag: v4.0.0-alpha~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef0b88f6b3ef67b4292f84fae35afebae6075599;p=thirdparty%2Fbootstrap.git fix order --- 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; }