Skip to content

Commit

Permalink
add overflow:visible to .jtk-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
sporritt committed Jul 11, 2020
1 parent d52e66d commit db6a328
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions css/jsplumbtoolkit-defaults.css
@@ -1,9 +1,18 @@
/*
Default styles for jsPlumb Toolkit
Default styles for jsPlumb Toolkit/Community Editions.
Copyright 2018 https://jsplumbtoolkit.com
Copyright 2020 https://jsplumbtoolkit.com
*/

/**
jtk-connector is assigned to connector SVG elements. overflow:visible here ensures we dont have to take into account path
width and overlay sizes when computing the size of the svg element. In the Community edition this is a change from
2.14.0 onwards.
*/
.jtk-connector {
overflow:visible;
}

/* --------------------------------------------------------------------------------------------- */
/* --- SURFACE WIDGET -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
Expand Down

0 comments on commit db6a328

Please sign in to comment.