Better solution for multiple floating elements #129
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
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.
The text was updated successfully, but these errors were encountered: