Skip to content

Commit 51a4298

Browse files
author
Gabriel Schulhof
committed
scrollview: Add "position: relative;" to class ui-scrollview-clip in order to confine scrollbars to scrollview container
1 parent a252794 commit 51a4298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

experiments/scrollview/jquery.mobile.scrollview.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@charset "utf-8";
22

33
.ui-scrollview-clip {
4+
position: relative;
45
}
56

67
.ui-scrollview-view {

0 commit comments

Comments
 (0)