Forced simple scrollbar
hanshenrik opened this issue · 1 comments
hanshenrik commented
After upgrading to 2.2.11, the scrollbar in <Menu>
is always visible. Previously, it was autohidden when the user is not scrolling. I guess this is related to this: 35ae43a#diff-3d63baaee7a5b15570f2d403e194b021R134
Is there a reason why a simple scrollbar should be forced? Is this a bug or a feature?
hanshenrik commented
I fixed the problem for my case by setting @useCustomScrollbars: false;
in site.variables
.