I am currently working on a poker table project using React. As of now, I have player components that need to be strategically positioned around the table.
https://i.sstatic.net/gX9Ij.png
One challenge I'm facing is that when the screen attribute changes, the position of the top two player boxes changes as well. While this is desired, the issue is that their position is anchored to the top, causing the players to move away from the table. Ideally, I would prefer the anchor to be at the bottom so that the players will stay next to the table.