Cross Reference:
xref
: /
yui3
/
build
/
scrollview
/
assets
/
scrollview-base-core.css
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
scrollview-base-core.css revision d54b45e3b13738f75d7526d2b227d41a6c64a3ef
5713
N/A
.yui3-scrollview {
5713
N/A
position: relative;
5713
N/A
overflow: hidden;
5713
N/A
-webkit-user-select: none;
5713
N/A
-moz-user-select: none;
5713
N/A
}
5713
N/A
5713
N/A
.yui3-scrollview-hidden {
5713
N/A
display:none;
5713
N/A
}
5713
N/A
5713
N/A
.yui3-scrollview-content {
5713
N/A
position:relative;
5713
N/A
}