React-diagrams: Link labels hide after pan diagram

Created on 28 Feb 2019  路  5Comments  路  Source: projectstorm/react-diagrams

Most helpful comment

I fixed it by adding:
.srd-default-link__label { overflow: visible; }

All 5 comments

I am also experiencing this issue. Appears to be cutting off at the edge of the link layer svg:

image

foreignObject overflow: visible

I fixed it by adding:
.srd-default-link__label { overflow: visible; }

@purplesquirrels you are my personal hero today.

Also fixed in the new system

Was this page helpful?
0 / 5 - 0 ratings

Related issues

M2Costa picture M2Costa  路  3Comments

msaglietto picture msaglietto  路  3Comments

iddan picture iddan  路  3Comments

jardg picture jardg  路  3Comments

schecter22107 picture schecter22107  路  3Comments