Maxwell Fortney
Maxwell Fortney
Can confirm the overflow properties are conflicting and preventing the scroll with a wheel. By unchecking `overflow: hidden` the scroll function with the mouse wheel is returned.  Also fixed...
@Norserium For my use case yes, I needed the mouse wheel as well as the mouse drag to work. Adding that css allows that. Ideally a toggle like `preventWheelScroll` would...
No, the scrollbars are still hidden with that CSS. The properties are just crossed out because they are added from CSS autoprefixer I assume, and are not being used on...
To be honest, and I don't mean this in a rude way, but the performance of this package is awful compared to [react-scrollbooster](https://github.com/oberonamsterdam/react-scrollbooster#readme). Your package was very choppy for me...
Unfortunately I scrapped the code using this package and didn't commit it, but it was about a 200x4 horizontal grid of emojis characters. I can try to make a comparison...
I was having problems with webpack adding the module to my ts declarations, so I just did this real quick. 
Try deleing `.next` folder in the project and re-run `yarn dev`
This refers to client side context menus, #183 should be a server issue
This would allow users to prepare messages to be sent to certain people at a certain time in the future.