We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c19f9 commit c0c5bffCopy full SHA for c0c5bff
packages/uikit-workshop/src/scripts/components/pl-viewport/pl-viewport.js
@@ -393,7 +393,7 @@ class IFrame extends BaseComponent {
393
store.getState().app.viewportPx &&
394
store.getState().app.viewportPx <= this.clientWidth
395
? store.getState().app.viewportPx + 'px;'
396
- : this.clientWidth + 'px;';
+ : '100%';
397
398
return (
399
<div class="pl-c-viewport pl-js-viewport">
0 commit comments