fix:drawer not able to scroll

This commit is contained in:
hackerESQ
2024-10-25 16:12:57 -05:00
parent 0434bc6961
commit 31af05bf70
2 changed files with 2 additions and 2 deletions
@@ -125,7 +125,7 @@ new class extends Component {
<span>{{ __('People with access') }}</span>
</label>
<div class="border-primary border rounded-sm px-2 py-5 mb-2">
<div class="border-primary border rounded-sm px-2 py-5 mb-2 max-h-[20rem] overflow-y-scroll">
@if ($portfolio->owner)
<x-list-item
:item="$portfolio->owner"