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
I wanted to increase width of a LeftNav component thanks to the prop style. However when you try to hide the LeftNav, a part of it is still visible because the component has not been moved enough on left.
I think it is because the new width is not correctly propagated into the component.
Cheers
The text was updated successfully, but these errors were encountered:
I think we should actually add a width prop to ensure it's clear enough. It will also reduce the change for bugs like this. @oliviertassinari What do you think?
Hi All,
I wanted to increase width of a LeftNav component thanks to the prop style. However when you try to hide the LeftNav, a part of it is still visible because the component has not been moved enough on left.
I think it is because the new width is not correctly propagated into the component.
Cheers
The text was updated successfully, but these errors were encountered: