added overflow for tasks and overflow shadow to all overflows. also

minimum drag distance is now 10px
This commit is contained in:
2025-06-16 19:51:31 +02:00
parent 9fa86627b6
commit c6f5789ad3
9 changed files with 124 additions and 59 deletions

View File

@@ -64,7 +64,7 @@ function dragStart(e: DragEvent) {
</template>
<template #default>
<div>{{ event.event.from.toFormat('HH:mm') }} - {{ event.event.to.toFormat('HH:mm') }}</div>
<div class="overflow-scroll pb-5">
<div class="overflow-scroll pb-5 overflow-shadow">
{{ event.event.description }}
</div>
</template>