From: Kennedy Baird Date: Sat, 9 Dec 2017 07:52:48 +0000 (+1300) Subject: update modal to account for navbar-fixed (#1520) X-Git-Tag: 0.6.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5727a99d687b385855f3eb742a80956e9d8bea08;p=thirdparty%2Fbulma.git 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) --- diff --git a/sass/components/modal.sass b/sass/components/modal.sass index 13bcb8db1..65597c4e9 100644 --- a/sass/components/modal.sass +++ b/sass/components/modal.sass @@ -1,4 +1,4 @@ -$modal-z: 20 !default +$modal-z: 40 !default $modal-background-background-color: rgba($black, 0.86) !default