dracula / rstudio

🧛🏻‍♂️ Dark theme for RStudio
https://draculatheme.com/rstudio
MIT License
13 stars 9 forks source link

Scrollbar blocking code #11

Open cheloniax opened 2 years ago

cheloniax commented 2 years ago

Hi, I've noticed that the scrollbar is blocking the last line of code (line 85, marked in red). The same issue occurs for lines with many characters (line 61).

Screen Shot 2022-04-08 at 15 05 43
MarcioFCMartins commented 2 years ago

Can't reproduce this on linux. Do you get the same issue with other themes? A fix on your end would be simply to end all scripts with an empty line =P

cheloniax commented 2 years ago

Only with Dracula. I've noticed that the issue disappears when restarting R and the scrollbar does not block code anymore but it has appeared again twice already. I will keep an eye out for what could be triggering it. Ha that would work with the last line of code but the silly scrollbar would still block the end of the code in a line with >110 characters.

cheloniax commented 2 years ago

The scrollbar issue is still persisting. Even restarting R doesn't seem to work consistently. I've noticed that when I start a new script and use >110 characters to go beyond the lateral margin, the bottom scrollbar hides the last line of code and the end of the line that goes beyond the margin.