From 3579893ca4bc6a110dac16686f432ac6805ee4c6 Mon Sep 17 00:00:00 2001 From: Mira Date: Tue, 8 Sep 2026 19:19:09 +0300 Subject: [PATCH] Problem: Default border is invisible if overflow parent component. Solution: Add overflow-visible to border svg. --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index e30a6db..69ecc83 100644 --- a/src/index.ts +++ b/src/index.ts @@ -216,6 +216,7 @@ const dashedBorderPlugin: ReturnType = plugin( }, ".dashed-border-svg": { position: "absolute", + overflow: "visible", inset: "0", width: "100%", height: "100%",