alexandrehtrb / Pororoca

An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.
https://pororoca.io
Other
513 stars 39 forks source link

Scrollbar visibilty #101

Open john-brice opened 7 months ago

john-brice commented 7 months ago

Vertical scrollbar only partially visible on text editors when horizontal scrollbar is visible (it is fully visible when there is no horizontal scrollbar).

Windows 10 22H2 19045.4170 Pororoca 3.2.0

alexandrehtrb commented 7 months ago

Yes, the vertical scrollbar is in thin mode when the horizontal scrollbar is also present. I couldn't make a "fat" scrollbar in this case, so I opened an issue in the AvaloniaEdit project to find out how to solve this. Currently awaiting their reply.

john-brice commented 7 months ago

Looks like it's just miscalculating the position of the scrollbar - as you narrow the editor pane, more of the scrollbar becomes visible.

image image