From 3c661660c8089c20e751648f9c294f050b6bbd28 Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Wed, 30 Jan 2019 11:50:07 +0100 Subject: [PATCH] Make www modal z-index consitent with gui The gui uses z-indices up to 500 for things that should be covered by a modal and sets the modal to 510. www should match gui. --- src/components/modal/base/modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/base/modal.scss b/src/components/modal/base/modal.scss index b49473acb..9b0a487ca 100644 --- a/src/components/modal/base/modal.scss +++ b/src/components/modal/base/modal.scss @@ -45,7 +45,7 @@ right: 0; bottom: 0; left: 0; - z-index: 100; + z-index: 510; background-color: transparentize($ui-blue, .3); }