inline-comments icon indicating copy to clipboard operation
inline-comments copied to clipboard

The bubble positioning gets spoilt on encountering a Twitter feed object

Open agdhruv opened this issue 7 years ago • 1 comments

image In this image, I am hovering over the paragraph just below the Twitter box. Before this, the positioning of the bubble is correct--right next to the paragraph I am hovering over.

agdhruv avatar Jun 04 '18 09:06 agdhruv

In order to fix this you can probably define custom selectors in the Inline Comments admin panel. Right now, I guess, the bubble is displayed next to the paragraph (p tag) that surrounds the Tweet card. That p tag is wider than the card itself. You can try and target the card element instead of the p tag.

kevinweber avatar Jun 05 '18 08:06 kevinweber