19 lines
No EOL
341 B
CSS
19 lines
No EOL
341 B
CSS
.padding {
|
|
width: 1px;
|
|
}
|
|
.scroller {
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow-y: scroll;
|
|
overflow-x: clip;
|
|
width: 100%;
|
|
align-items: center;
|
|
overflow-anchor: none;
|
|
overscroll-behavior: contain;
|
|
}
|
|
.target {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
align-items: center;
|
|
} |