Fix ProseH remains, rollback layout rendering and add proper scrolling to the character sheet tabs

This commit is contained in:
Clément Pons
2025-10-21 17:22:46 +02:00
parent df9ae95890
commit 5c1f41b0b7
15 changed files with 141 additions and 100 deletions

View File

@@ -33,5 +33,5 @@ onMounted(() => {
</script>
<template>
<div ref="container"></div>
<div class="flex flex-1 w-full h-full items-start justify-center" ref="container"></div>
</template>