mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07: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:
committed by
Jeremy Thomas
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user