7 lines
No EOL
131 B
CSS
7 lines
No EOL
131 B
CSS
.scroller {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
overflow-x: scroll;;
|
|
} |