Open kaushalandpoudel opened 4 years ago
I, too, have this issue. It appears that there is a duplicate TickerElement
that does not scroll, and only appears if the ticker grows in width. I've patch-fixed it so that the second .ticker__element
is display: none
in the CSS, but it is still in the DOM
Hi @AndreasFaust, I am using ticker alongside a drawer. But when the drawer is closed I get this fixed overlapping text.
This is when the drawer is open:
And when the drawer is closed, some text of the ticker is stuck on the right side which is there for as long as the ticker is rendering.
I am not quite sure how to overcome this.