'cdk drag and drop hover or mouseover not working

I have implemented multiple drag and drop using cdk library on my Angular project(Version 10.2.5). The problem is (using firefox browser) when i drag something the hover effect of the drop container won’t take any effects anymore. With googlechrome my style works fine. I have tried already with @HostListener(‘document:mouseover’, [‘$event’]) but stills not working. It seems my mouse is disable when dragging an element.

I have this Problem since i updated to the Version 10 ,before everything works fine.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source