Design comparison
SolutionDesign
Community feedback
- @Julie-GzPosted over 2 years ago
Hello Paula, You can use the following code to get rid of the scrollbar in the input fields and then you can change the background color to white using the background property in css.
This removes the scrollbar from Edge and explorer input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } This removes the scrollbar from mozilla firefox input[type=number] { -moz-appearance: textfield; }
Marked as helpful0
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