Closed Protectator closed 3 years ago
This happens right on the official example's page for Popover2 (https://blueprintjs.com/docs/#popover2-package/popover2) :
usePortal
position
right
Scaling x1 ( OK ) :
Scaling x1.5 ( WRONG ) :
I'd expect not to see any black line between the arrow and the Popover content in x1.5 scaling.
This is a longstanding issue with popover layout when zoomed in. Open to ideas for fixing it... I'm all ears... duplicate of #1059, so let's keep discussion there.
Environment
Code Sandbox
This happens right on the official example's page for Popover2 (https://blueprintjs.com/docs/#popover2-package/popover2) :
Steps to reproduce
usePortal
position
right
Actual behavior
Scaling x1 ( OK ) :
Scaling x1.5 ( WRONG ) :
Expected behavior
I'd expect not to see any black line between the arrow and the Popover content in x1.5 scaling.