update modal to account for navbar-fixed (#1520)

new navbar-fixed breaks the modal, solution to increase modal z-index to 40 from 20 (as navbar-fixed z-index is 30)
This commit is contained in:
Kennedy Baird 2017-12-09 20:52:48 +13:00 committed by Jeremy Thomas
parent a99dede908
commit 5727a99d68

View File

@ -1,4 +1,4 @@
$modal-z: 20 !default $modal-z: 40 !default
$modal-background-background-color: rgba($black, 0.86) !default $modal-background-background-color: rgba($black, 0.86) !default