tailwindlabs / discuss

A place to ask questions, get help, or share what you've built with Tailwind CSS.
MIT License
171 stars 9 forks source link

CSS border-raidus limitations #432

Open tance77 opened 4 years ago

tance77 commented 4 years ago

It would appear that if the border-radius gets to large on one side it will completely override anything you put on the other side. Can anyone verify this? If so should there be a maximum radius for rounded-full?

I have made a basic working example on codepen that describes this issue.