Design comparison
SolutionDesign
Solution retrospective
My number inputs have scrolls when active. Does anyone know how to get rid of those?
Community feedback
- @KikcreonPosted over 2 years ago
use this
/* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
/* Firefox */ input[type=number] { -moz-appearance: textfield; }
look to mine : code -> https://github.com/Kikcreon/Tip-calculator-app/blob/main/index.css website -> https://kikcreon.github.io/Tip-calculator-app/
Marked as helpful1
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