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

@@ -3,7 +3,7 @@
</script>
<template>
<UCard class="[&>*]:p-3">
<UCard class="[&>*]:p-3 w-full">
<slot />
</UCard>
</template>