-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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.
erikbrinkman, mikjakbiak, nesscx, ammarfrahm and donysukardiandronocean, rktjmp, mikjakbiak, nesscx and luukdv
Metadata
Metadata
Assignees
Labels
No labels