Firefox 60 on Linux gives errors of "Element could not be scrolled into view"

I run my tests on Linux and was working great with Firefox 52…I recently had an upgrade to Firefox 60 and started to get this error:

07-11-2018 01:02:59 PM - [INFO] - Clicking on object: ‘Object Repository/Backend/Customer/span_Manage_Customers’

07-11-2018 01:02:59 PM - [FAILED] - Unable to click on object ‘Object Repository/Backend/Customer/span_Manage_Customers’ (Root cause: org.openqa.selenium.ElementNotInteractableException: Element could not be scrolled into view

I tried many different tricks to try to get to the element and everything failed. Some of my test cases work and some just can’t seem to get to the right window, maybe some JS error is blocking - from what I see in console. I don’t

I assume that I need a new Firefox driver or newer Selenium?

I don’t see a specific JS error in FF 52 and also in FF60, I see that during runtime it is downloading addons to FF, which I don’t see when running FF60.

Thanks for such a great program!