summaryrefslogtreecommitdiffstats
path: root/js/yui3/scrollview-base/assets/scrollview-base-core.css
blob: 74a762516d77fecc753c318a724f6f6683898035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

.yui3-scrollview {
	position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.yui3-scrollview-hidden {
    display:none;
}

.yui3-scrollview-content {
    position:relative;
}