Skip to content

Use portals instead of z-index #38

@icmx

Description

@icmx

Components like ChipSelect have floating content (select list in this case).

Currently this list is implemented in naive z-index technique. While it works, I must admit that this approach has crucial downsides and should be avoided.

React Portals are the correct way to implement this, so I have to use them (manually or through external package).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions