Closed kh90909 closed 8 years ago
Note that this only happens when dragging the scrollbar. Scrolling using the scroll wheel works.
It turned out that the scrollbar was there, but the right edge of the sidebar was offscreen. The width was set to 100%, but the left edge was indented for some reason. Setting left: 0
in the css fixed the issue.
In desktop browsers, when the window is narrow enough that the open sidebar takes up the full width, the sidebar won't scroll. A scrollbar is displayed, but moving it has no effect on the sidebar content. It scrolls the terminal content underneath instead.
With touch scrolling in Chrome's mobile device simulation mode, sidebar scrolling works.