Design comparison
SolutionDesign
Solution retrospective
Anyone can tell me how to fix the button when I'm resizing the browser to always be stick at the end of the text field please. Thanks!
Community feedback
- @ax-dPosted about 4 years ago
Hi Enzo Ramirez,
You are using the position: absolute on the button. That means that the button has to be positioned absolute to another element. Normally that would be the parent and in this case that is the form.
The solution to your problem is to give the form a position: relative in the css.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord