Skip to content

Commit 0aa9bfc

Browse files
Add id to modal container (#198)
1 parent 0aed4ad commit 0aa9bfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/views/modal.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class="fixed inset-0 transition-all transform"
4444
x-transition:leave-end="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
4545
x-bind:class="modalWidth"
4646
class="inline-block w-full align-bottom bg-white rounded-lg text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:w-full"
47+
id="modal-container"
4748
>
4849
@forelse($components as $id => $component)
4950
<div x-show.immediate="activeComponent == '{{ $id }}'" x-ref="{{ $id }}" wire:key="{{ $id }}">

0 commit comments

Comments
 (0)