-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't let backgroundColor overflow past borderRadius #9494
Comments
@lorensr you're probably right, this should be fixed without relying on the |
Don't have time right now, but whereabouts in the code would the fix be? On Wednesday, September 7, 2016, Chris Geirman [email protected]
|
|
@facebook-github-bot label Icebox |
Hi there! This issue is being closed because it has been inactive for a while. But don't worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/dont-let-backgroundcolor-overflow-past-borderradius ProductPains helps the community prioritize the most important issues thanks to its voting feature. Also, if this issue is a bug, please consider sending a PR with a fix. |
@facebook-github-bot close |
@charpeni tells me to close this issue. If you think it should still be opened let us know why. |
Re-opening #904, note the orange corners that shouldn't be there:
Should be:
overflow: 'hidden'
fixes it, but it should not be needed – not showing the backgroundColor should be the default behavior.v0.31.0
, mac, iOSThe text was updated successfully, but these errors were encountered: