hack-pad / hackpad

The in-browser IDE for Go
https://hackpad.org
Apache License 2.0
531 stars 37 forks source link

Fix overlapped vertical scrollbar #10

Closed kkkk-source closed 3 years ago

kkkk-source commented 3 years ago

When one go beyond the editor viewport, the scrollbar overlaps the original one (which doesn't seem to have any utility). So, in order to avoid this situation, the 'original' vertical scrollbar has been remove.

Before: before

After: after