Closed
Description
Reproduction repository
www.IUnderstandWhyYouRequireThisButInMyCaseItsNotReallyNecessary.com
Describe your issue
There is a new overflow type being adopted by browsers, overflow: "clip"
. You can see it picking up adoption here: https://caniuse.com/mdn-css_properties_overflow_clip
The idea of it is to fix issues with overflow: "hidden"
where it does a similar thing but does not break any position: "sticky"
'd elements inside it.
RIght now, tailwind defines the class of overflow-clip
as text-overflow: "clip"
, so you can see that this will become a problem when the overflow spec is more widely adopted and used.
Metadata
Metadata
Assignees
Labels
No labels