as a webdeveloper I really love developing on chrome. Now I noticed a bug with position: sticky on Google Chrome Browser. Elements that a positioned sticky wont behave correctly, means: everything seems to be good, until you hover an sticky positioned element, it wont react on interactions etc. (also JavaScript-Functions won't fire on click)
I tested it also on Mozillas Firefox, there it's working as it should.
It's position (of the related element) is sticky but it's behavor is buggy!
Is there any fix for that problem?