From 9af44d0a614ef00bf258d26a95af2a6eb34caa5b Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 28 Jun 2017 18:10:57 +0530 Subject: [PATCH] this is for bug show/hide sidebar zindex issue --- 400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css index 6a46ca3..881b79d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css +++ b/400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css @@ -1017,7 +1017,10 @@ background-size:cover; height: 95px !important; } - + #bodySystemList + { + z-index:100000; + } .GridViewDataDivHeight { height:175px; -- libgit2 0.21.4