add stop button

This commit is contained in:
Saeed Vaziry
2024-03-25 22:20:21 +01:00
parent 33594f2dba
commit 165212fed2
2 changed files with 30 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<div
{{ $attributes->merge(["class" => "h-[500px] w-full overflow-auto whitespace-pre-line rounded-md border border-gray-200 bg-black p-5 text-gray-50 dark:border-gray-700"]) }}
{{ $attributes->merge(["class" => "relative h-[500px] w-full overflow-auto whitespace-pre-line rounded-md border border-gray-200 bg-black p-5 text-gray-50 dark:border-gray-700"]) }}
>
{{ $slot }}
</div>