Skip to content

Investigate uses of style.overflow #3818

@straker

Description

@straker

When we check window.getComputedstyle(node).getPropertyValue('overflow'), we usually check to see if the value is strictly equal to hidden or auto. However, if only the x or y overflows are set to hidden, then the value is hidden auto. We should check all our uses of overflow to check for includes('hidden') to account for thees cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech debtTechnical debt related tasks

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions