mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
scrollview: Add "position: relative;" to class ui-scrollview-clip in order to confine scrollbars to scrollview container
This commit is contained in:
parent
a252794f36
commit
51a4298f96
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
@charset "utf-8";
|
||||
|
||||
.ui-scrollview-clip {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ui-scrollview-view {
|
||||
|
|
|
|||
Loading…
Reference in a new issue