]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
update modal to account for navbar-fixed (#1520)
authorKennedy Baird <kennedybaird@gmail.com>
Sat, 9 Dec 2017 07:52:48 +0000 (20:52 +1300)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 9 Dec 2017 07:52:48 +0000 (07:52 +0000)
new navbar-fixed breaks the modal, solution to increase modal z-index to 40 from 20 (as navbar-fixed z-index is 30)

sass/components/modal.sass

index 13bcb8db112fe3b780971a805543bb8b2f2ace0f..65597c4e952c7e02f6d9d311c10c262743325630 100644 (file)
@@ -1,4 +1,4 @@
-$modal-z: 20 !default
+$modal-z: 40 !default
 
 $modal-background-background-color: rgba($black, 0.86) !default