Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better solution for multiple floating elements #129

Open
Maniload opened this issue May 30, 2022 · 0 comments
Open

Better solution for multiple floating elements #129

Maniload opened this issue May 30, 2022 · 0 comments
Labels
css CSS needs to be written for this issue design This feature needs to be designed first enhancement New feature or request react Heavy use of React is needed for this issue

Comments

@Maniload
Copy link
Member

We currently use multiple floating elements in the client. Because each of them is a position: fixed element somewhere in the DOM tree, there's no way to position them relative to each other, resulting in overlapping or hidden elements.

The solution should be a central components that manages all floating elements on the screen.

@Maniload Maniload added enhancement New feature or request css CSS needs to be written for this issue react Heavy use of React is needed for this issue design This feature needs to be designed first labels May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css CSS needs to be written for this issue design This feature needs to be designed first enhancement New feature or request react Heavy use of React is needed for this issue
Projects
None yet
Development

No branches or pull requests

1 participant