fix: Widget iFrame is adding a white background (#9221)

This commit is contained in:
Sivin Varghese 2024-04-11 21:34:31 +05:30 committed by GitHub
parent aed156f359
commit 0477b8ca14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ export const SDK_CSS = `
.woot-widget-holder iframe {
border: 0;
color-scheme: normal;
height: 100% !important;
width: 100% !important;
max-height: 100vh !important;