mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
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,4 +1,4 @@
|
||||
$modal-z: 20 !default
|
||||
$modal-z: 40 !default
|
||||
|
||||
$modal-background-background-color: rgba($black, 0.86) !default
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user