From b53862db57ee08a35761dbd1e7a4a7822ee4ed66 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 31 Mar 2015 11:22:14 -0500 Subject: [PATCH] ui: Dialog and overlay appear over tip boxes --- scp/css/scp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp/css/scp.css b/scp/css/scp.css index 98535efc1..e77e9703f 100644 --- a/scp/css/scp.css +++ b/scp/css/scp.css @@ -1014,7 +1014,7 @@ ul.tabs li a.active { display:block; height:30px; position:absolute; - z-index:101; + z-index:5; } .tip_arrow { -- GitLab