diff --git a/docs/cow-protocol/tutorials/widget/widget.md b/docs/cow-protocol/tutorials/widget/widget.md index c3b181c7b..363c7df63 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.