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:
parent
a99dede908
commit
5727a99d68
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$modal-z: 20 !default
|
||||
$modal-z: 40 !default
|
||||
|
||||
$modal-background-background-color: rgba($black, 0.86) !default
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue