Due to the swipe patch, on mobile phones a overflow is triggered.
This is changed using css here.
This commit is contained in:
parent
fe306b22f8
commit
645adc0746
@ -946,6 +946,7 @@ html[dir="rtl"] span.items-count:before {
|
|||||||
.page {
|
.page {
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page li {
|
.page li {
|
||||||
|
Loading…
Reference in New Issue
Block a user