Skip to content

Commit 3b32aa6

Browse files
committed
iframe should not be transparent and white per default
1 parent 4501fb0 commit 3b32aa6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • webview-compose/src/wasmJsMain/kotlin/io/github/kdroidfilter/webview/web

webview-compose/src/wasmJsMain/kotlin/io/github/kdroidfilter/webview/web/HtmlView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ fun HtmlView(
181181
iframe.style.height = "100%"
182182
iframe.style.overflowX = "auto"
183183
iframe.style.overflowY = "auto"
184+
iframe.style.backgroundColor = "white"
184185
}
185186

186187
onDispose {

0 commit comments

Comments
 (0)