Solved main size bug

This commit is contained in:
2025-03-18 13:30:38 +01:00
parent 20c4a4809b
commit 3284684282
2 changed files with 13 additions and 21 deletions

View File

@@ -33,9 +33,9 @@
{% block content %}{% endblock %}
</div>
</main>
<!-- Custom scrollbar element fixiert am rechten Rand -->
<!-- Custom scrollbar element fixiert am rechten Rand -->
<div id="custom-scrollbar">
<div id="scroll-thumb"></div>
<div id="scroll-thumb"></div>
</div>
{% set menu_type = "footer" %}
{% include "moduls/navigation.html.j2" %}