-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.styl
72 lines (60 loc) · 1.26 KB
/
index.styl
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
@import '~stylus-normalizer/index.styl'
.z-scroller
overflow auto
position relative
//flex related
display flex
flex-flow column
flex 1 1 auto
.z-content-wrapper
flex 1 1 auto
display flex
align-items stretch
align-content flex-start
justify-content flex-start
flex-flow row
position relative
overflow hidden
z-index 10
.z-content-wrapper-fix
z-index -1
flex 1
.z-vertical-scroller
overflow hidden
overflow-y auto
right 0px
top 0px
width 1px
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)
flex 0 0 auto
height auto
width 100%
position relative
left 0px
bottom 0px
overflow auto
z-index 100
&.mac-fix
display flex
flex-flow row
align-items stretch
align-content flex-start
justify-content stretch
//needed for mac safari
.z-horizontal-scrollbar-fix
flex 1
overflow auto
.loadmask
z-index 100