You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to integrate this plugin in a Web Component (using a class extending HTMLElement, and defining a shadow-root), but the scroll bar does not display on mouse over. The scroll is not working also.
The Javascript seems to work as expected, because I see new nodes and CSS classes dedicated to the plugin, into my target of the scroll.
The CSS classes are applyed, I can see rules on the debug console of my browser.
This is the result from my browser (the "#shadow-root" node come from the Web Component):
Hi,
I try to integrate this plugin in a Web Component (using a class extending HTMLElement, and defining a shadow-root), but the scroll bar does not display on mouse over. The scroll is not working also.
The Javascript seems to work as expected, because I see new nodes and CSS classes dedicated to the plugin, into my target of the scroll.
The CSS classes are applyed, I can see rules on the debug console of my browser.
This is the result from my browser (the "#shadow-root" node come from the Web Component):
Here is my javascript:
What did I missed in the configuration of the plugin ?
The text was updated successfully, but these errors were encountered: