We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e02882 commit e237cfcCopy full SHA for e237cfc
resources/views/livewire/column.blade.php
@@ -83,7 +83,7 @@ class="ms-2"
83
@if(isset($column['total']) && $column['total'] > count($column['items']))
84
@scroll.throttle.100ms="handleColumnScroll($event, '{{ $columnId }}')"
85
@endif
86
- class="flowforge-column-content p-3 flex-1 overflow-y-auto overflow-x-hidden overscroll-contain kanban-cards"
+ class="flowforge-column-content p-3 flex-1 overflow-y-auto overflow-x-hidden overscroll-y-contain kanban-cards"
87
style="max-height: calc(100vh - 13rem);"
88
>
89
@if (isset($column['items']) && count($column['items']) > 0)
0 commit comments