HTML tag elements added on Livewire.dispatch #516
Unanswered
vasiliyaltunin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When u use
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.
Beta Was this translation helpful? Give feedback.
All reactions