Answers for "how to x axis scroll css"

CSS
0

how to x axis scroll css

.wrapper {
    display: flex;
    overflow-x: auto;
}
Posted by: Guest on February-25-2022

Browse Popular Code Answers by Language