PubPeerFoundation/PubPeerBrowserExtensions

PubPeer comments box overlaps first Google search result

Closed this issue · 1 comments

  • I encounterd this issue on Chrom(e|ium) as well as on Firefox, latest version.
  • Bing search results with the same query seems ok and does not show the overlap on the first result.

Here is a screenshot illustrating the issue:
pubpeer overlap issue

Hi,
Thank you for your report. Google changed the way they display the first result. One solution would be to ship a specific CSS rule with the PubPeer plugin, something like:

#ires .f {
    height: inherit;
}

I'll keep you updated.

Thanks again.

Xavier