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

Force scrollbar overflow y #2418

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions themes/default/jquery.mobile.core.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright (c) jQuery Project
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
.ui-mobile { overflow-y: scroll; }

/* some unsets - more probably needed */
.ui-mobile, .ui-mobile body { height: 100%; }
Expand Down