-
-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Description
When u use
<button type="button"
onclick="Livewire.dispatch('openModal', { component: 'modalWindow' }) class="">
In HTML tag added
style="padding-right: 0px; overflow: hidden;"
so it was:
<html lang="ru">
and become
<html lang="ru" style="padding-right: 0px; overflow: hidden;">
And my page layout shifted to right a bit.
This only happens on click with Livewire.dispatch. is there a way disable this? I did not find in Modal code any sign that it mess with HTML tag.
Metadata
Metadata
Assignees
Labels
No labels