Fixed overflowing templates

This commit is contained in:
Alexis
2025-03-26 15:57:37 +01:00
parent 7d60b81763
commit ada061862f

View File

@@ -35,7 +35,7 @@ const seeMapText = t('maps.go-to-map', lang)
<MarkerCreator client:only="vue" mapKey={mapKey} />
</div>
<div style="height: 0; width: 0; overflow: hidden;">
<div style="height: 0; width: 0; overflow: hidden; display: none;">
{markers.map((m, index) => (
<div id="popup-template" data-id={`marker-${index}`} class="tooltip-content">
{m.cover && m.coverAuthor && m.coverLink && (