Paul Hayman

Results 4 comments of Paul Hayman

I've got the same problem.. I get an empty div below after I've hovered ![image](https://user-images.githubusercontent.com/1388779/112360272-07f96780-8cca-11eb-912f-2279b90f257a.png)

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...