warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

added scrollbar to query/mutation table #99

Closed zercha55 closed 1 year ago

zercha55 commented 1 year ago

Description

Changed the overflow of the table component to be scrollable. Enables fast scrolling when there is a large number of requests addressing a similar problem as 54

Screenshot

ss1

ss2

ss3

warrenday commented 1 year ago

Scrollbars should already appear when you start scrolling. Due to "auto", this change makes the scroll bars permanent, which isn't preferred due to taking up UI space.

Are you not seeing scrollbars in any case?

zercha55 commented 1 year ago

No there was no scrollbars for the table in ANY case. The third screenshot (here it is again) was to demonstrate that with auto the scrollbar was hidden when enough space was available. Also for reference auto only shows the scrollbar when the overflow is clipped. image

warrenday commented 1 year ago

Apologies, my misunderstanding! Thanks for re-raising.