Describe the bug
I see that in #7 you added a check to disable ScrollAnywhere if a shadow root is detected. Apparently you did this because another addon was make a heavy use of shadow roots. The problem is that there are some legitimate non-addon use of shadow roots too, and I would like to use ScrollAnywhere with them. One example is the Home Assistant dashboard. Can you make this feature an option "enable/disable ScrollAnywhere on shadow roots"? Thanks
Steps To Reproduce
Steps to reproduce the behavior:
- Open an Home Assistant dashboard, e.g. https://demo.home-assistant.io/
- Scroll with the left button, it doesn't work
- Open ScrollAnywhere.xpi and remove that part
(!e.target || !e.target.openOrClosedShadowRoot)
- Scroll with the left button, it works
Describe the bug
I see that in #7 you added a check to disable ScrollAnywhere if a shadow root is detected. Apparently you did this because another addon was make a heavy use of shadow roots. The problem is that there are some legitimate non-addon use of shadow roots too, and I would like to use ScrollAnywhere with them. One example is the Home Assistant dashboard. Can you make this feature an option "enable/disable ScrollAnywhere on shadow roots"? Thanks
Steps To Reproduce
Steps to reproduce the behavior:
(!e.target || !e.target.openOrClosedShadowRoot)