-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnite-iscroll.css
46 lines (46 loc) · 1.02 KB
/
nite-iscroll.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* jrg-nite-iscroll */
.infinite-list-wrapper {
height: 100%;
width: 100%;
overflow: hidden;
}
.infinite-list-scroller {
z-index: 1;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
width: 100%;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
-o-text-size-adjust: none;
text-size-adjust: none;
}
.infinite-list-scroller ul {
list-style: none;
padding: 0;
margin: 0;
width: 100%;
position: relative;
}
.infinite-list-scroller li {
position: absolute;
width: 100%;
top: 0;
left: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
padding: 0;
margin: 0;
}