You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of React-Explorer uses overlayScrollbars which are hidding big ugly scrollbars on Windows/Linux. Problem scrollbars seem to be hidden and using touchpad to scroll does not seem to make them appear.
After some experiments it won't be that easy to use SimpleBar (or react-custom-scrollbars) since React-Explorer is using AutoSizer+Table (which itself uses Grid) all from React-Virtualized.
Saw hacks hooking into the onScroll event to position the grid but performance really suffers and it's not easy to implement.
Alternative: using css-only solution overflow: overlay. For example:
Current version of React-Explorer uses overlayScrollbars which are hidding big ugly scrollbars on Windows/Linux. Problem scrollbars seem to be hidden and using touchpad to scroll does not seem to make them appear.
Using SimpleBar could be a good idea.
Also, the overlayScrollbars of Chrome was removed in Chrome 78 so will likely be removed from Electron as well.
The text was updated successfully, but these errors were encountered: