Small fixes
This commit is contained in:
parent
fb13485983
commit
dd8f5e549e
5 changed files with 9 additions and 4 deletions
|
@ -96,7 +96,7 @@ export class ShareScreen extends UIElement {
|
|||
this._iframeCode = new VariableUiElement(
|
||||
url.map((url) => {
|
||||
return `<span class='literal-code iframe-code-block'>
|
||||
<iframe src="${url}" title="${layout.name} with MapComplete"></iframe>
|
||||
<iframe src="${url}" style="width:100%;height:100%" title="${layout.name} with MapComplete"></iframe>
|
||||
</span>`
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue