You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, guys!
I struggled into a problem. I have a group of inlined buttons, and one of them opens a modal window.
The problem that the react-portal wraps a button into the div, so the markup becomes broken.
Is there a way to pass styles or add an additional class to the wrapper div?
Also, is it possible to change the wrapper div to the span?
The text was updated successfully, but these errors were encountered:
Hi, guys!
I struggled into a problem. I have a group of inlined buttons, and one of them opens a modal window.
The problem that the react-portal wraps a button into the
div
, so the markup becomes broken.Is there a way to pass styles or add an additional class to the wrapper
div
?Also, is it possible to change the wrapper
div
to thespan
?The text was updated successfully, but these errors were encountered: