make svg overflow visible
This commit is contained in:
parent
9eda504f92
commit
3e30ae81e0
1 changed files with 5 additions and 1 deletions
|
@ -312,7 +312,11 @@ function processStart(svg: XMLDocument): SVGRectElement | null {
|
|||
|
||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||
<style>
|
||||
svg .internal {
|
||||
.svg-content svg {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.svg-content svg .internal {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue