-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.css
140 lines (140 loc) · 2.88 KB
/
index.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
.z-scroller {
overflow: auto;
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-flex-flow: column;
-moz-flex-flow: column;
-ms-flex-flow: column;
-o-flex-flow: column;
flex-flow: column;
flex-flow: column;
box-orient: vertical;
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-ms-box-flex: 1 1 auto;
-ms-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
}
.z-scroller .z-content-wrapper {
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-ms-box-flex: 1 1 auto;
-ms-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: stretch;
-webkit-align-items: stretch;
align-content: flex-start;
-webkit-align-content: flex-start;
justify-content: flex-start;
-webkit-justify-content: flex-start;
flex-pack: start;
-ms-flex-pack: start;
flex-direction: row;
-webkit-flex-flow: row;
-moz-flex-flow: row;
-ms-flex-flow: row;
-o-flex-flow: row;
flex-flow: row;
flex-flow: row;
box-orient: horizontal;
position: relative;
overflow: hidden;
z-index: 10;
}
.z-scroller .z-content-wrapper-fix {
z-index: -1;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-ms-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.z-vertical-scroller {
overflow: hidden;
overflow-y: auto;
right: 0px;
top: 0px;
width: 1px;
-webkit-box-flex: none;
-moz-box-flex: none;
-ms-box-flex: none;
-ms-flex: none;
-webkit-flex: none;
flex: none;
visibility: hidden;
}
.z-horizontal-scroller {
height: 0.1px;
visibility: hidden;
}
.z-vertical-scrollbar {
overflow: hidden;
position: absolute;
height: 100%;
right: 0px;
top: 0px;
}
.z-horizontal-scrollbar {
transform: translate3d(0px, 0px, 1px);
-webkit-box-flex: 0 0 auto;
-moz-box-flex: 0 0 auto;
-ms-box-flex: 0 0 auto;
-ms-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
height: auto;
width: 100%;
position: relative;
left: 0px;
bottom: 0px;
overflow: auto;
z-index: 100;
}
.z-horizontal-scrollbar.mac-fix {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
-webkit-flex-flow: row;
-moz-flex-flow: row;
-ms-flex-flow: row;
-o-flex-flow: row;
flex-flow: row;
flex-flow: row;
box-orient: horizontal;
align-items: stretch;
-webkit-align-items: stretch;
align-content: flex-start;
-webkit-align-content: flex-start;
justify-content: stretch;
-webkit-justify-content: stretch;
flex-pack: justify;
-ms-flex-pack: justify;
}
.z-horizontal-scrollbar-fix {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-ms-box-flex: 1;
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
overflow: auto;
}
.loadmask {
z-index: 100;
}