Merge pull request #4914 from naman-bruno/bugfix/timeline-scroll

fix: timeline scroll
This commit is contained in:
Anoop M D
2025-06-16 22:48:44 +05:30
committed by GitHub

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