fix: remove scroll from the export dialog

(cherry picked from commit 60758a1532)
This commit is contained in:
Azgaar 2022-09-17 14:47:17 +03:00
parent 07a744151d
commit b8c0e0df69

View file

@ -5601,6 +5601,8 @@
<input id="pngResolutionOutput" data-stored="pngResolution" type="number" min="1" max="8" value="1" />
</div>
<p>Generator uses pop-up window to download files. Please ensure your browser does not block popups.</p>
<div style="margin: 1em 0 0.3em; font-weight: bold">Export to GeoJSON</div>
<div>
<button id="saveGeoJSON_Cells" data-tip="Download cells data in GeoJSON format">cells</button>
@ -5613,7 +5615,6 @@
<a href="https://github.com/Azgaar/Fantasy-Map-Generator/wiki/GIS-data-export" target="_blank">wiki-page</a>
for guidance.
</p>
<p>Generator uses pop-up window to download files. Please ensure your browser does not block popups.</p>
<div style="margin: 1em 0 0.3em; font-weight: bold">Export To JSON</div>
<div>
@ -5628,12 +5629,10 @@
</div>
<p>Export in JSON format can be used as an API replacement.</p>
<div>
<p>
It's also possible to export map to <i>Foundry VTT</i>, see
<a href="https://github.com/Ethck/azgaar-foundry" target="_blank">the module.</a>
</p>
</div>
<p>
It's also possible to export map to <i>Foundry VTT</i>, see
<a href="https://github.com/Ethck/azgaar-foundry" target="_blank">the module.</a>
</p>
</div>
<div id="saveMapData" style="display: none" class="dialog">