@Irrawaddy
As a temporary fix if you put the below into your userchrome.css file it should reduce the width of the column resize area and get you the scrollbar back.
div.resizableLayoutItem.rli-root div.resizableLayoutItem.rli-noteListColumn span div {
/* Not required for Joplin 1.3.x */
width: 3px !important;
}
(The selector probably does not need to be as long as the above but I went for "quick" rather than "neat")
3 Likes