Fix:
- modal backdrop, pas de backdrop, pas de problème...
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
id: id ? id : false,
|
||||
}) }}
|
||||
data-controller="bootstrap-modal"
|
||||
data-bs-backdrop="false"
|
||||
>
|
||||
<div class="fixed top-0 left-0 w-full h-full outline-none" tabindex="-1" role="dialog">
|
||||
<div class="modal-dialog relative w-auto pointer-events-none max-w-lg my-8 mx-auto px-4 sm:px-0"
|
||||
<div class="modal-dialog mt-44 relative w-auto pointer-events-none max-w-lg my-8 mx-auto px-4 sm:px-0"
|
||||
role="document">
|
||||
<div class="relative flex flex-col w-full pointer-events-auto bg-white border border-gray-300 rounded-sm">
|
||||
<div class="flex items-start justify-between p-4 border-b border-gray-300 rounded-t">
|
||||
|
||||
Reference in New Issue
Block a user