mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 04:44:42 +00:00
set overflow-x to hidden on ui-content div. prevents page content from breaking out beyond viewport. Fixes #353
This commit is contained in:
parent
95bac6f5a0
commit
a68f6ee5c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue