Skip to content

Overflow hidden while resizing #11

@g7i

Description

@g7i

Can someone please explain what's the purpose of these lines?

...(resizeStatus === RESIZE_STATUS.RESIZING
? // React will warning when mix `overflow` & `overflowY`.
// We need to define this separately.
{ overflowX: 'hidden', overflowY: 'hidden' }
: null),

I'm currently investigating a bug (ant-design/ant-design#31480). Thanks!

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