8 lines
No EOL
147 B
CSS
8 lines
No EOL
147 B
CSS
.scroller {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: scroll;
|
|
max-height: 100vh;
|
|
width: 100%;
|
|
align-items: center;
|
|
} |