The "Keywords ideas" / "People also ask" sidebar panel that the SEO Toolbar injects on Google SERPs is overlapping and obscuring widgets from the Keywords Everywhere extension.
The Ahrefs panel (#ah-tb-serp-side-panel__wrapper) is injected inside Google's #center_col using position: absolute with a z-index of 120, which causes it to float over the right-hand sidebar area. Keywords Everywhere places its widgets (SEO Difficulty, Trend Data, etc.) in that same sidebar space with a lower z-index, so the Ahrefs panel sits on top and blocks them.
Both extensions are trying to use the same screen real estate. It would be great if the toolbar could either detect other extension widgets and adjust its positioning, or offer a user setting to control where the panel appears — so those of us running multiple SEO extensions can avoid the overlap.