make svg overflow visible

master
Tomáš Mládek 2021-01-11 17:22:08 +01:00
parent 9eda504f92
commit 3e30ae81e0
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}