8 lines
No EOL
147 B
CSS
8 lines
No EOL
147 B
CSS
.scroller {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
overflow-x: scroll;
|
|
padding: 0.5rem;
|
|
} |