react-admin
react-admin copied to clipboard
Fix scrollbar not appear on scrollable tabs
Closes #1689
I don't see what your PR changes or fixes. Can you elaborate?
Also, you're setting a div width to 0 while it should obviously not have zero width. Can you explain why you're doing that?
https://github.com/marmelab/react-admin/issues/1689#issuecomment-464111309 i just tried using this solution and now tabs are scrollable
Blindly adding code without understanding how it works won't make a good fix. Please elaborate on the reason why we need this counter-intuitive null width.