Skip to content

Impending name clash with overflow-clip #4622

Closed
@valtism

Description

@valtism

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions