RESTClient
RESTClient copied to clipboard
Cannot scroll in Response Body (Preview) tab
If the response body data is large and overflows the height of the viewport in this tab, it doesn't let me scroll. I've to resize the box using the browser resizing tool (unlike how Response Body - Highlight tab works).
This seems to be happening due to an overflow:hidden on the .pre selector. (restclient.css line 115)
It would be a good idea to remove this as it makes reading very painful. I don't see the benefit of the current behavior.
I have also this issue.