@web-applets/sdk 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -71,13 +71,14 @@ export class AppletFrame extends HTMLElement {
|
|
71
71
|
}
|
72
72
|
}
|
73
73
|
resizeContainer(dimensions) {
|
74
|
-
this.
|
74
|
+
this.style.height = `${dimensions.height}px`;
|
75
75
|
}
|
76
76
|
get styles() {
|
77
77
|
return /*css*/ `
|
78
78
|
:host {
|
79
79
|
display: flex;
|
80
80
|
flex-direction: column;
|
81
|
+
height: 350px;
|
81
82
|
}
|
82
83
|
|
83
84
|
iframe {
|