Element could not be scrolled into view - looking for instead of my object's xpath

Hi there, sometimes (one of 5 times) I have a problem operating context menu. What I need to do - Perform Right click - hover option in the context menu and click an option in the opened sub-context menu (see the screenshot). Element from sub-menu has only property - xpath which is //a[@rel=“CLIPBIN”].
But sometimes I receive an error:
_Root cause: org.openqa.selenium.ElementNotInteractableException:
_Element could not be scrolled into view
I can’t understant why it’s looking for a href=“#” and not my object’s xpath

context.png