You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems it is not possible to style the "container element". It is useful to allow that, as I currently have the situation where I have a div with a z-index of 10 (for example), but the line draws under the element. I can't seem to supply a z-index: 11 style anywhere to allow the line to go over. The style attribute only styles the actual line, not the container.
Maybe we could just add a default class to the container so we can style however we please in CSS?
The text was updated successfully, but these errors were encountered:
svg-dom-arrows/src/paths/LinePath.ts
Lines 209 to 216 in 32e5891
It seems it is not possible to style the "container element". It is useful to allow that, as I currently have the situation where I have a
div
with a z-index of 10 (for example), but the line draws under the element. I can't seem to supply az-index: 11
style anywhere to allow the line to go over. Thestyle
attribute only styles the actual line, not the container.Maybe we could just add a default class to the container so we can style however we please in CSS?
The text was updated successfully, but these errors were encountered: