@@ -185,7 +185,7 @@ const Business = ({ dispatch, groupList, shouldUpdate, loading, refreshGroupList
) : null}
</div>
- <div className="p-4 bg-white " style={{ height: 'calc(100% - 1rem*2 - 20px)' }}>
+ <div className="p-4 bg-white " style={{ height: 'calc(100% - 1rem*2 - 25px)' }}>
<div className="max-h-1/3">
{funnelData?.length ? <Funnel data={funnelData} {...conifg} /> : null}