Small fixes

This commit is contained in:
Pieter Vander Vennet 2020-07-31 21:54:30 +02:00
parent fb13485983
commit dd8f5e549e
5 changed files with 9 additions and 4 deletions

View file

@ -96,7 +96,7 @@ export class ShareScreen extends UIElement {
this._iframeCode = new VariableUiElement(
url.map((url) => {
return `<span class='literal-code iframe-code-block'>
&lt;iframe src="${url}" title="${layout.name} with MapComplete"&gt;&lt;/iframe&gt
&lt;iframe src="${url}" style="width:100%;height:100%" title="${layout.name} with MapComplete"&gt;&lt;/iframe&gt
</span>`
})
);