From 71faeadc5906f7dea8316d581b84e557f823fbef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchrisshank=E2=80=9D?= Date: Tue, 17 Dec 2024 01:03:52 -0800 Subject: [PATCH] remove iframe borders --- demo/cross-iframe-sand.html | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/cross-iframe-sand.html b/demo/cross-iframe-sand.html index 554c024..9c838d6 100644 --- a/demo/cross-iframe-sand.html +++ b/demo/cross-iframe-sand.html @@ -59,6 +59,7 @@ } iframe { + border: unset; width: 100%; height: 100%; /* margins cause infinite resize loops */