ankit / stylebot

Change the appearance of the web instantly
https://stylebot.dev/
MIT License
1.39k stars 206 forks source link

[Bug] The end of the style is covered by the scroll bar #629

Closed Higurashi-kagome closed 3 years ago

Higurashi-kagome commented 3 years ago

Describe the bug

The end of the style is covered by the scroll bar in some cases, causing can't click the end of the CSS line.

To Reproduce

It might not be an issue that can easily reproduce by steps. See the screenshot below, please.

Expected behavior

It should be easily jumping the cursor to the end by clicking the end of the line.

Screenshots

Details ![demo](https://user-images.githubusercontent.com/51501079/113813720-fff9f700-97a2-11eb-9f01-ecc1d8278dfa.gif)
ankit commented 3 years ago

@Higurashi-kagome in the upcoming release 3.1, i added support for resizing the editor + added additional space in the code editor, so it will be possible to mitigate this issue with more space.

This issue seems more of an edge case with the wrapping behavior in https://microsoft.github.io/monaco-editor/, i didn't really check if this is fixed in newer versions...

Wrapping is useful since we have limited space to write code, so keeping that behavior

Higurashi-kagome commented 3 years ago

@ankit Resizing might be helpful, I will test it in the future. I presume that it might be also considered to add a horizontal scroll bar, which would give users a chance to scroll to the end when got this issue.

ankit commented 3 years ago

Never mind, I was able to figure out a way to customize the wrapping behavior to avoid collision with the scrollbar. I also disabled the hover suggestions to reduce the noise.