From e0e641944886019f43b96e0ed9eb8bfe711b86fd Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Fri, 18 Oct 2019 17:30:57 +0300 Subject: [PATCH] fix blocking div z-index to 102. because header z-index:103 --- npm/packs/core/src/abp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/packs/core/src/abp.css b/npm/packs/core/src/abp.css index 1d3af876c7..8d2de280ce 100644 --- a/npm/packs/core/src/abp.css +++ b/npm/packs/core/src/abp.css @@ -14,7 +14,7 @@ left: 0; width: 100%; height: 100%; - z-index: 999999999; + z-index: 102; background-color: #fff; opacity: .8; transition: opacity .25s;