I work on a vue web component and after being build it's called inside a JSF project.
Inside my web component I wish to synchronize the scroll position of two differente div and found this solution.
After reading it I know it require me to access the elements from inside the component but the problem is that I can't, in any way possible, access those elements.
As mentioned in the title, I need to access thoses elements while still being inside the shadow root not outside.
I tried many things such as mentioned here and here but without much results.