-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working