From f792936e34363461c92ffc9ceddd1a51f301d19a Mon Sep 17 00:00:00 2001 From: Torrance Date: Thu, 18 Feb 2016 16:35:05 +1300 Subject: [PATCH] Ensure editable buttons don't sit underneath other page elements. --- css/civicrm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/civicrm.css b/css/civicrm.css index 93d9644694..78092b5802 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3330,6 +3330,7 @@ div.m ul#civicrm-menu, text-align: center; height: 23px; width: 32px; + z-index: 1; } .crm-editable-form button[type=cancel] { -- 2.25.1