Skip to content

Commit 24fc074

Browse files
committed
fix webview styling
1 parent 1552697 commit 24fc074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default {
7777
const v = views.render(webview({
7878
class: 'blinkjl',
7979
src: url,
80-
style: 'width: 100% height: 100%'
80+
style: 'width: 100%; height: 100%'
8181
})
8282
)
8383
v.classList.add('native-key-bindings')

0 commit comments

Comments
 (0)