To change the size of the scrollbar in the editor, one can add for example this
code in the document geany.css that is located in .geany:
```
/* size of the scrollbar */
scrollbar slider {
min-width: 10px;
border-right: 10px solid transparent;
}
```
But the code has no influence on the scrollbar of the sidebar.
How can I change the size of the scrollbar in the sidebar?
Thank you in advance for an answer.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3953
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/[email protected]>