I ran into a problem and i can't the solution for it.
I have 2 livewire component
1-projects
2-tasks
each project have different tasks which are being shown in accordance
find attached file below

now the problem is i want to make projects as well as tasks scrollable, which means that projects and tasks are scrollable separately
using scrollable on one works fine, but adding on both results in a single response, and project and task merges into one which distrubs my positioning, how do I get it done, separate scrollable for project and task
note: project has a task livewire component

I ran into a problem and i can't the solution for it.

I have 2 livewire component
1-projects
2-tasks
each project have different tasks which are being shown in accordance
find attached file below
now the problem is i want to make projects as well as tasks scrollable, which means that projects and tasks are scrollable separately
using scrollable on one works fine, but adding on both results in a single response, and project and task merges into one which distrubs my positioning, how do I get it done, separate scrollable for project and task
note: project has a task livewire component
