|
|
@ -118,11 +118,11 @@ a { |
|
|
|
bottom: 0; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
overflow: auto; |
|
|
|
overflow: auto; |
|
|
|
background: #fff; |
|
|
|
background-color: #fff; |
|
|
|
-webkit-transition-property: top, bottom; |
|
|
|
-webkit-transition-property: top, bottom; |
|
|
|
transition-property: top, bottom; |
|
|
|
transition-property: top, bottom; |
|
|
|
-webkit-transition-duration: .2s, .2s; |
|
|
|
-webkit-transition-duration: .2s, .2s; |
|
|
|
transition-duration: .2s, .2s; |
|
|
|
transition-duration: .2s, .2s; |
|
|
|
-webkit-transition-timing-function: linear, linear; |
|
|
|
-webkit-transition-timing-function: linear, linear; |
|
|
|
transition-timing-function: linear, linear; |
|
|
|
transition-timing-function: linear, linear; |
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|