Random height change of graph on hover

Can anyone point me in the right direction for what might be causing the following issue? I have a scattergeo map which appears to randomly change height after hovering over a point. It doesn’t happen on every hover or on any particular point. If I keep hovering over points, it will eventually resize to the expected size again. The ‘autosize’ property is set to False in the layout and ‘autosizable’ is set to False in the config property of the dcc.Graph component. I am using version 1.0.0.

Expected Size:
image
image

After random hover event:


image