From fadefaa1bc58b9bd5f123883b78629c5a03815eb Mon Sep 17 00:00:00 2001 From: Jerry Russell Date: Thu, 16 Nov 2017 00:55:50 +0000 Subject: [PATCH] issue 350 - change z-index to allow advanced search of library while editing a show from calendar --- airtime_mvc/public/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index f8e11c313..23bfd6df5 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -294,7 +294,7 @@ thead th.ui-state-default:focus { top: 4px; right: 4px; left: 4px; - z-index: 1; /* Display above the content wrapper */ + z-index: auto; /* Allows advanced mode expander to be visible in calendar schedule mode */ -webkit-flex: 1 100%; -moz-flex: 1 100%;