KI-AGENT: Scrollen auf Kommunikationsseite ermöglichen

This commit is contained in:
2026-05-18 17:35:10 +02:00
parent 30b6ffcc20
commit 5fca7792a2

View File

@@ -203,6 +203,7 @@ onMounted(loadMatrixInfo)
</script> </script>
<template> <template>
<div class="min-h-0 flex-1 overflow-y-auto">
<div class="mx-auto flex w-full max-w-6xl flex-col gap-6 p-4 sm:p-6"> <div class="mx-auto flex w-full max-w-6xl flex-col gap-6 p-4 sm:p-6">
<div class="flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between"> <div class="flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between">
<div> <div>
@@ -531,4 +532,5 @@ onMounted(loadMatrixInfo)
</div> </div>
</UCard> </UCard>
</div> </div>
</div>
</template> </template>