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
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.
The text was updated successfully, but these errors were encountered:
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_clipThe idea of it is to fix issues with
overflow: "hidden"
where it does a similar thing but does not break anyposition: "sticky"
'd elements inside it.RIght now, tailwind defines the class of
overflow-clip
astext-overflow: "clip"
, so you can see that this will become a problem when the overflow spec is more widely adopted and used.The text was updated successfully, but these errors were encountered: