Problem: Default border is invisible if overflow parent component.
Solution: Add overflow-visible to border svg.
This commit is contained in:
@@ -216,6 +216,7 @@ const dashedBorderPlugin: ReturnType<typeof plugin> = plugin(
|
|||||||
},
|
},
|
||||||
".dashed-border-svg": {
|
".dashed-border-svg": {
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
|
overflow: "visible",
|
||||||
inset: "0",
|
inset: "0",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
|
|||||||
Reference in New Issue
Block a user