Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 9f70f06

Browse files
Core CSS: Overflow-x hidden for page because navbars are wider than the page. Fixes #5566.
1 parent 919b41b commit 9f70f06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ div.ui-mobile-viewport {
4747
.ui-mobile .ui-page-active {
4848
display: block;
4949
overflow: visible;
50+
overflow-x: hidden;
5051
}
5152
@media screen and (orientation: portrait) {
5253
.ui-mobile .ui-page {

0 commit comments

Comments
 (0)