Overflow-x auto causes button to flicker

Hello, I got this div with a button, that when you click it you can add an image and the button moves to the right side. And there's a button on the image to remove it. And when there's enough pictures the div will scroll. All that works as intended. But when you remove the last image the button becomes basically hard to interact with. there's like a few pixels of good space where you can get it to work. Removing overflow-x auto solves this. But obviously it also removes the behaviour I want.
No description
2 Replies
Jochem
Jochemβ€’5mo ago
move the button back when you click the remove button? not much else to be said about that without you sharing your code, preferably in a running fashion (codepen, codesandbox, stackblitz, or deployed to github pages for example)
EIO
EIOβ€’5mo ago
@Zerthz Exactly what he said