In the Elements Tab of Chrome Dev Tools I can't right click any DOM Node anymore. I'm talking about the following menu that right click usually opens:

Furtheremore usually if you hover over DOM Nodes in the Elements Tab, the actual element on the website will be highlighted. This also doesnt work anymore. I have to explicitly left click the DOM Node and only then the element on the website will be highlighted. Before that it would work even just on hover.
I tried restarting my Browser and resetting Preferences of Dev Tools to default. Nothing works.
Not sure if this will work for anyone else, but when I zoomed in on the Elements Tab (ctrl + mouse scroll wheel) right click began working again.
Yeah, it's the latest update. I've found small solution. You need to click on 3 dots near the dom element https://prnt.sc/PwvcUE8OdSAf
So I have identified that if the zoom percent is less that 100% and code in the Elements tab goes passed the end of the Elements display area and creates a scrollbar to scroll down the code (overflow), then right clicking code to display menu options becomes disabled (see screenshots). The only way to get the menu to appear is by clicking the three dots on the left of the element line item or zooming in to 100% or more. https://i.stack.imgur.com/5H29U.png