Answer the question
In order to leave comments, you need to log in
How to put in a horizontal scroll in CSS?
There is an element with this style
.card-form {
margin: 30px;
background-color: $card-form-background-color;
padding: 20px 30px 20px 10px;
border-radius: 12px;
width: 500px;
display: grid;
grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr);
gap: 1em;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question