D
D
dotruger372021-03-01 10:13:24
css
dotruger37, 2021-03-01 10:13:24

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;
}


It turns out that now these cards are arranged vertically

. What should I do to make them in a horizontal scrollbar with scrolling?

.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question