fix: timeline-scroll

This commit is contained in:
naman-bruno
2025-06-16 21:53:38 +05:30
parent f2aedf780d
commit 9cbfeccbed

View File

@@ -187,7 +187,7 @@ const ResponsePane = ({ rightPaneWidth, item, collection }) => {
onClose={() => setShowScriptErrorCard(false)}
/>
)}
<div className='flex-1 overflow-hidden min-h-[200px]'>
<div className='flex-1 min-h-[200px]'>
{!item?.response ? (
focusedTab?.responsePaneTab === "timeline" && requestTimeline?.length ? (
<Timeline