We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374ef7d commit 1011b89Copy full SHA for 1011b89
app/assets/styles.css
@@ -83,6 +83,7 @@ a.active {
83
top: 41px;
84
bottom: 0;
85
overflow: scroll;
86
+ background: #fff;
87
}
88
89
.padBox {
@@ -120,25 +121,20 @@ a.active {
120
121
122
123
.detail-enter {
- -webkit-transform: scale(0.1);
124
- opacity: 0;
125
- transition: all 200ms ease;
+ opacity: 0.01;
+ transition: opacity 500ms ease;
126
127
128
.detail-enter.detail-enter-active {
129
opacity: 1;
130
- -webkit-transform: scale(1);
131
132
133
.detail-leave {
134
135
136
137
138
139
.detail-leave.detail-leave-active {
140
141
142
143
-
144
0 commit comments