Overflow entfernen

This commit is contained in:
Juhn-Vitus Saß
2025-04-22 12:29:44 +02:00
parent 2dc9a077ee
commit 6da095c35e

View File

@@ -33,7 +33,7 @@
</svg>
Teilnehmer
</h3>
<ul id="participants-list" class="space-y-2 max-h-60 overflow-y-auto">
<ul id="participants-list" class="space-y-2 max-h-60">
<li class="text-gray-500 p-3 bg-gray-50 rounded-lg text-center">Warte auf Teilnehmer...</li>
</ul>
</div>