From d470caf768e108dab07eba090668c61a46c41fd7 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 cf2790ce89..cd0208a7dd 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3554,6 +3554,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