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

Commit

Permalink
Core CSS: Overflow-x hidden for page because navbars are wider than t…
Browse files Browse the repository at this point in the history
…he page. Fixes #5566.
  • Loading branch information
jaspermdegroot committed Jul 15, 2013
1 parent 919b41b commit 9f70f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/structure/jquery.mobile.core.css
Expand Up @@ -47,6 +47,7 @@ div.ui-mobile-viewport {
.ui-mobile .ui-page-active {
display: block;
overflow: visible;
overflow-x: hidden;
}
@media screen and (orientation: portrait) {
.ui-mobile .ui-page {
Expand Down

1 comment on commit 9f70f06

@jaspermdegroot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also fixes #5748

Please sign in to comment.