From 7817a996fe68b28404fbcaa6e648bdce3e164d77 Mon Sep 17 00:00:00 2001 From: mokaddem Date: Thu, 9 Sep 2021 12:21:53 +0200 Subject: [PATCH] fix: [layout:navbar] Adpated z-index for bootstrap's modal --- webroot/css/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webroot/css/layout.css b/webroot/css/layout.css index d5a56d4..1803f30 100644 --- a/webroot/css/layout.css +++ b/webroot/css/layout.css @@ -23,7 +23,7 @@ body { right: 0; padding: 0; margin-bottom: 0; - z-index: 1200; + z-index: 1020; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 2px 6px 0 rgba(0,0,0,0.12); } @@ -44,7 +44,7 @@ main.content { left: 0; transition: width .05s linear; transform:translateZ(0) scale(1,1); - z-index:2000; + z-index:1040; } .sidebar.expanded, .sidebar:hover { @@ -57,7 +57,7 @@ main.content { } .sidebar ~ main.content:after { - z-index: 1500; + z-index: 1040; content: ' '; transition: opacity 0.5s; position: fixed;