From 9d5926e1ced893d7cc8666a8b9d970dbaf7c2b22 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Mon, 25 Mar 2013 17:25:52 +0530 Subject: [PATCH] worked on CRM-12178, added overflow:auto, which shows scroll bar for fixed width themes --- css/civicrm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/civicrm.css b/css/civicrm.css index e0d9ab514e..0b8a869e49 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1880,6 +1880,7 @@ div.grippie { #crm-container div.crm-inline-edit.form { cursor: default; border: 2px dashed #6665BF; + overflow: auto; } #crm-container .crm-inline-edit.add-new { -- 2.25.1