From 082c1f01d799c92741a32a9f557cb13db6601b21 Mon Sep 17 00:00:00 2001 From: shoom3301 Date: Tue, 16 Dec 2025 12:16:02 +0500 Subject: [PATCH 1/2] feat: add Troubleshooting for widget --- docs/cow-protocol/tutorials/widget/widget.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cow-protocol/tutorials/widget/widget.md b/docs/cow-protocol/tutorials/widget/widget.md index c3b181c7b..db78908db 100644 --- a/docs/cow-protocol/tutorials/widget/widget.md +++ b/docs/cow-protocol/tutorials/widget/widget.md @@ -592,3 +592,9 @@ createCowSwapWidget(container, { params }) This banner will be hidden: ![Hidden banner](/img/tutorials/widget-hidden-banner.png) + +## Troubleshooting + +### White background of the iframe + +1. If you use ` ` in your HTML document, it might affect the widget iframe background color. Try to remove the meta tag in that case. From a259b2d14f23f391a79f9c67abffd24ac4d1512b Mon Sep 17 00:00:00 2001 From: shoom3301 Date: Mon, 22 Dec 2025 14:17:34 +0500 Subject: [PATCH 2/2] chore: fix typo --- docs/cow-protocol/tutorials/widget/widget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cow-protocol/tutorials/widget/widget.md b/docs/cow-protocol/tutorials/widget/widget.md index db78908db..363c7df63 100644 --- a/docs/cow-protocol/tutorials/widget/widget.md +++ b/docs/cow-protocol/tutorials/widget/widget.md @@ -597,4 +597,4 @@ This banner will be hidden: ### White background of the iframe -1. If you use ` ` in your HTML document, it might affect the widget iframe background color. Try to remove the meta tag in that case. +1. If you use `` in your HTML document, it might affect the widget iframe background color. Try to remove the meta tag in that case.