active_frontend 15.0.9 → 15.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a8490901ee3821a706652c780bbafa00cdcc656
|
|
4
|
+
data.tar.gz: 1dc8c1fb9ed580b0c02bbe787393c5203e88a6ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bab17fd934ef826edb20abb22e75b3967cac4a527b97482a18f53b016cf8c66c6e6d058527d87a1a2d34732892151cdc0f9b160d0b0ac8317ade4509a747c02
|
|
7
|
+
data.tar.gz: b1c49f0442d506ff43abf2f0826254e0437b85bdc22e352e9e1464f4226d2e7a3f5c63d678d05d2f82ff991c4f96ecd103ff6734d3df4e88c7b874c77024292b
|
|
@@ -149,6 +149,7 @@
|
|
|
149
149
|
|
|
150
150
|
var changeCss = {
|
|
151
151
|
height: heightPx,
|
|
152
|
+
overflow: 'initial',
|
|
152
153
|
transform: 'translate3d(0px, ' + heightPx + ', 0px)',
|
|
153
154
|
transition: 'transform 0.3s ease-in-out'
|
|
154
155
|
};
|
|
@@ -160,6 +161,7 @@
|
|
|
160
161
|
this.indicator.css(changeCss);
|
|
161
162
|
|
|
162
163
|
delete changeCss.height;
|
|
164
|
+
delete changeCss.overflow;
|
|
163
165
|
this.elm.css(changeCss);
|
|
164
166
|
},
|
|
165
167
|
reset: function() {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.0.
|
|
4
|
+
version: 15.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-10-
|
|
11
|
+
date: 2017-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|