From 5727a99d687b385855f3eb742a80956e9d8bea08 Mon Sep 17 00:00:00 2001 From: Kennedy Baird Date: Sat, 9 Dec 2017 20:52:48 +1300 Subject: [PATCH] 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) --- sass/components/modal.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/components/modal.sass b/sass/components/modal.sass index 13bcb8db..65597c4e 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