From b749c9e49bbab8ced94e68111ed4aa0884857d5e Mon Sep 17 00:00:00 2001 From: Israel Ogbole Date: Tue, 24 May 2016 17:10:18 +0100 Subject: [PATCH] bring dropdown menus to front This resolves issues where drop menus goes behind tables, images and other graphics on the page --- production/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/css/custom.css b/production/css/custom.css index 554c6b0e..735d6b5a 100755 --- a/production/css/custom.css +++ b/production/css/custom.css @@ -1381,7 +1381,7 @@ ul.msg_list li a .message { position: absolute; text-shadow: none; top: 100%; - z-index: 1000; + z-index: 9998; border: 1px solid #D9DEE4; border-top-left-radius: 0; border-top-right-radius: 0;