scrollview: Add "position: relative;" to class ui-scrollview-clip in order to confine scrollbars to scrollview container

This commit is contained in:
Gabriel Schulhof 2011-10-04 11:35:04 +03:00
parent a252794f36
commit 51a4298f96

View file

@ -1,6 +1,7 @@
@charset "utf-8";
.ui-scrollview-clip {
position: relative;
}
.ui-scrollview-view {