digidem / react-dimensions

[Looking for maintainers]

Home Page:http://lab.digital-democracy.org/react-dimensions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elementResize not working on mac

amit1911 opened this issue · comments

I am trying to resize the right panel once the left panel is hidden by using {elementResize: true}. This works fine on PC but not on MAC. The left and right panels are flex items. When the left panel is hidden, i noticed that the dimensions 'div' wrapper is expanding properly but it is not passing the new width to the child. Any ideas?

Can you post some example code?

sorry it was a flexbox issue. fixed it and it works fine now. will close this issue.