Problem: Default border is invisible if overflow parent component.

Solution: Add overflow-visible to border svg.
This commit is contained in:
2026-09-08 19:19:09 +03:00
parent 2df79a8feb
commit 3579893ca4
+1
View File
@@ -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%",