From 6748d19dbcea2df53036eaf43397083ab2a6460b Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 28 Oct 2013 11:36:46 -0700 Subject: [PATCH] Fix z-index of header bar causing overlap w/ dialogs --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 3e48062c8e2..9018511e999 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -2202,7 +2202,7 @@ div.detail-group.actions td { width: 100%; height: 117px; background: url(../images/overlay-pattern.png) repeat 0, #1B5070 url(../images/header-gradient.png) no-repeat center; - z-index: 10000; + z-index: 100; background-size: auto, cover; position: relative; }