Skip to content

Commit e237cfc

Browse files
committed
fix: update overflow class for column content to improve scrolling behavior
1 parent 3e02882 commit e237cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/column.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class="ms-2"
8383
@if(isset($column['total']) && $column['total'] > count($column['items']))
8484
@scroll.throttle.100ms="handleColumnScroll($event, '{{ $columnId }}')"
8585
@endif
86-
class="flowforge-column-content p-3 flex-1 overflow-y-auto overflow-x-hidden overscroll-contain kanban-cards"
86+
class="flowforge-column-content p-3 flex-1 overflow-y-auto overflow-x-hidden overscroll-y-contain kanban-cards"
8787
style="max-height: calc(100vh - 13rem);"
8888
>
8989
@if (isset($column['items']) && count($column['items']) > 0)

0 commit comments

Comments
 (0)