Description
The response headers table in the Response Panel cannot be scrolled when there are many headers, making headers beyond the visible area inaccessible to users.
Expected Behavior
- The headers table should be vertically scrollable when content exceeds the panel height
- Users should be able to view all response headers regardless of how many there are
- Scrolling should work smoothly within the allocated panel space
- Steps to Reproduce
- Open the application
- Make an API request that returns multiple headers
- Go to the Response Panel
- Click on the "Headers" tab in the response navbar
- Try to scroll the headers table to view headers below the visible area
- Observe that the table does not scroll
Actual Behavior
The headers table does not scroll when content overflows, preventing users from viewing headers that are outside the visible area.
Expected Fix
Update the headers table container to support vertical scrolling when content overflows the available space.
Affected Area
- Response Headers Panel in the Response Panel
- Headers table when there are many response headers

Description
The response headers table in the Response Panel cannot be scrolled when there are many headers, making headers beyond the visible area inaccessible to users.
Expected Behavior
Actual Behavior
The headers table does not scroll when content overflows, preventing users from viewing headers that are outside the visible area.
Expected Fix
Update the headers table container to support vertical scrolling when content overflows the available space.
Affected Area