electron/spec/fixtures/pages/flex-webview.html

16 lines
168 B
HTML

<style>
html,
body {
height: 100%;
}
body {
display: flex;
margin: 0;
}
webview {
flex: 1;
}
</style>