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