pagination optimization
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
This commit is contained in:
parent
0250f6dc11
commit
1960589fc3
@ -94,13 +94,17 @@
|
||||
.PaginationMainInsideBoxGroup {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
justify-content: start;
|
||||
grid-gap: 10px;
|
||||
overflow: auto;
|
||||
max-width: 470px;
|
||||
height: 47px;
|
||||
}
|
||||
|
||||
.PaginationMainInsideBoxGroup::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.PaginationMainInsideBoxGroup {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user