fix:drawer not able to scroll
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<div @click="open = false" class="fixed inset-0 bg-black opacity-50"></div>
|
<div @click="open = false" class="fixed inset-0 bg-black opacity-50"></div>
|
||||||
|
|
||||||
<x-card
|
<x-card
|
||||||
{{ $attributes->merge(['class' => 'min-h-screen w-full md:w-3/4 xl:w-3/5 rounded-none px-8 transition']) }}
|
{{ $attributes->merge(['class' => 'min-h-screen w-full md:w-3/4 xl:w-3/5 rounded-none px-8 transition overflow-y-scroll']) }}
|
||||||
>
|
>
|
||||||
@if($title)
|
@if($title)
|
||||||
<x-slot:title>
|
<x-slot:title>
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ new class extends Component {
|
|||||||
<span>{{ __('People with access') }}</span>
|
<span>{{ __('People with access') }}</span>
|
||||||
</label>
|
</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)
|
@if ($portfolio->owner)
|
||||||
<x-list-item
|
<x-list-item
|
||||||
:item="$portfolio->owner"
|
:item="$portfolio->owner"
|
||||||
|
|||||||
Reference in New Issue
Block a user