wintercounter / mhy

🧩 A zero-config, out-of-the-box, multi-purpose toolbox and development environment
https://mhy.js.org
MIT License
135 stars 32 forks source link

Dashboard UI : scroll in a box makes it not responding (or too slow to respond) (mac os) #4

Closed thomaswinckell closed 3 years ago

thomaswinckell commented 5 years ago

In the dashboard UI, when I scroll in a box, it makes the dashboard not responding, or too slow (like at least 10 seconds).

I am not mac os and I use iTerm2. I tested using Terminal also, it's the same.

thomaswinckell commented 5 years ago

One solution could be to disable the scrolling on the box, since it's not working well. I have seen a scrollable prop set to true. @wintercounter If you want to go for it, I can test this and submit a pull request.

wintercounter commented 5 years ago

Scrolling needs to be there and with arrows it works well. We need another solution where mousewheel won't mess it up. Actually maybe it is conflicting with the build-in scroll. mouse={false} can be tried as an alternative.