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

Commit

Permalink
set overflow-x to hidden on ui-content div. prevents page content fro…
Browse files Browse the repository at this point in the history
…m breaking out beyond viewport. Fixes #353
  • Loading branch information
scottjehl committed Nov 5, 2010
1 parent 95bac6f commit a68f6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/jquery.mobile.core.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
.ui-header .ui-btn-right { position: absolute; right: 10px; top: .4em; }

/*content area*/
.ui-content { border-width: 0; overflow: visible; padding: 15px; }
.ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
.ui-page-fullscreen .ui-content { padding:0; }

/* icons sizing */
Expand Down

0 comments on commit a68f6ee

Please sign in to comment.