diff options
| -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; } |
