Skip to content

Commit

Permalink
[WEB-3326] Fixed White Background issue in Web Popup
Browse files Browse the repository at this point in the history
  • Loading branch information
singhkunal2050 committed Nov 13, 2024
1 parent 4d7d6b8 commit fd95c9f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [1.11.9] 13th Nov, 2024
- Fixed White Background issue in Web Popup

## [1.11.8] 12th Nov, 2024
- Fixed anti-flicker for visual editor

Expand Down
8 changes: 4 additions & 4 deletions clevertap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clevertap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clevertap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clevertap-web-sdk",
"version": "1.11.8",
"version": "1.11.9",
"description": "",
"main": "clevertap.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/util/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ const _tr = (msg, {
'</div></div>'
html = css + title + body
}
iframe.setAttribute('style', 'z-index: 2147483647; display:block; height: 100% !important; width: 100% !important;min-height:80px !important;border:0px !important; border-color:none !important;')
iframe.setAttribute('style', 'color-scheme: none; z-index: 2147483647; display:block; height: 100% !important; width: 100% !important;min-height:80px !important;border:0px !important; border-color:none !important;')
msgDiv.appendChild(iframe)

// Dispatch event for interstitial/exit intent close
Expand Down

0 comments on commit fd95c9f

Please sign in to comment.