32 lines
No EOL
555 B
CSS
32 lines
No EOL
555 B
CSS
.scroller {
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
overscroll-behavior-y: contain;
|
|
padding-top: 0.5rem;
|
|
}
|
|
|
|
.wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding-left: 0.5rem;
|
|
padding-right: 0.5rem;
|
|
width: 100%;
|
|
margin: auto;
|
|
}
|
|
|
|
.loading {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-top: 25vh;
|
|
margin: auto;
|
|
}
|
|
::deep {
|
|
.scroll-end {
|
|
height: 3rem;
|
|
margin: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
} |