Why there’s no scrollbar in left sidebar menu and how to show it?
We intentionally hide the scrollbar on purpose. If you are using scss, go to scss/app.scss then find the line of code below and remove it. If you are editing directly in the css, go to css/bracket.css and find the line of code below and remove it.
.ps__scrollbar-y-rail { visibility: hidden; }