added overflow for tasks and overflow shadow to all overflows. also
minimum drag distance is now 10px
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user