feat: Increase view height to reliably show AN popup

This commit is contained in:
2025-06-15 20:44:37 +02:00
parent 9253fde2e5
commit 9ac362fa58

View File

@@ -7,7 +7,7 @@
{% get_current_language as LANGUAGE_CODE_CURRENT %} {% get_current_language as LANGUAGE_CODE_CURRENT %}
<div class="columns"> <div class="columns">
<div class="column is-two-thirds"> <div class="column is-two-thirds">
<div style="height: 50vh"> <div style="height: 75vh">
{% include "fellchensammlung/partials/bulma-partial-map.html" %} {% include "fellchensammlung/partials/bulma-partial-map.html" %}
</div> </div>
</div> </div>