fix(ui): modal issues

- tooltips can not extend outside the modal causing a scrollbar to appear
- modals are to wide
- remove unused minWidth and maxWidth props
This commit is contained in:
peaklabs-dev
2026-01-19 18:19:35 +01:00
parent bd5696db1c
commit 7aa41675ab
2 changed files with 3 additions and 7 deletions

View File

@@ -71,8 +71,7 @@
@if ($application->fqdn)
<span class="flex gap-1 text-xs">{{ Str::limit($application->fqdn, 60) }}
@can('update', $service)
<x-modal-input title="Edit Domains" :closeOutside="false" minWidth="32rem"
maxWidth="40rem">
<x-modal-input title="Edit Domains" :closeOutside="false">
<x-slot:content>
<span class="cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg"