Paul Hayman
Paul Hayman
I've got the same problem.. I get an empty div below after I've hovered 
Seeing the same thing.. we're using this via https://github.com/DimitryDushkin/sliding-pane and the tab key cant navigate around a form in the modal (slideout).. any closer to getting this fixed?
@diasbruno Here is an example showing how tabs work outside a modal but not inside a modal... hopefully I'm just missing something simple... https://playcode.io/1238653
Looking at the changeset from @4lejandrito .. the fix is adding the following to the CSS.. `.ReactModalPortal{ position: absolute; height: 1px; width: 1px; }` See version with the above CSS...