From 51a4298f962f6c8e7f986aa26a8e99c124471e2a Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Tue, 4 Oct 2011 11:35:04 +0300 Subject: [PATCH] scrollview: Add "position: relative;" to class ui-scrollview-clip in order to confine scrollbars to scrollview container --- experiments/scrollview/jquery.mobile.scrollview.css | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments/scrollview/jquery.mobile.scrollview.css b/experiments/scrollview/jquery.mobile.scrollview.css index 5112e431..f7e05521 100644 --- a/experiments/scrollview/jquery.mobile.scrollview.css +++ b/experiments/scrollview/jquery.mobile.scrollview.css @@ -1,6 +1,7 @@ @charset "utf-8"; .ui-scrollview-clip { + position: relative; } .ui-scrollview-view {