dlegr250_material_design 0.2.20 → 0.2.21

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: b5aacc80df0f1a75eddd05fd617ad80faa55e6c9
4
- data.tar.gz: 254dec9012148147be212f1091978646a39a48b6
3
+ metadata.gz: 449e1e921e8d8c47819f846247cf6962684b5233
4
+ data.tar.gz: 9b5b035890a60b85da6d95d32d38dc6affa8c6a0
5
5
  SHA512:
6
- metadata.gz: 307435bd915c17a52c0eef6d590e6923326907f9b58e2fd877a6c53175fe02d64a15b1d894d18ead1a96f5c0bce8ba5dc2288409459cddc71648ad03c9ba4ab1
7
- data.tar.gz: 44665b68145ed456f4ca994ced10241e5df292497df625626d99bdbaef15a9c3da9c211180b13dea417eb5d646ff77869436d43d08e9c03324b63f73d85656cc
6
+ metadata.gz: 1ff7c6b75a941c1eff4a2f9749404632890c453a622770592f88e07162548bd6ba09f5b6a806ab791efb8a6ea92a1751145d589ef0b1ffff2f360a2c97dec3d9
7
+ data.tar.gz: f894b8183ca6c87f859e8e7c09f9c1182cf52acf1c0fe517e915ab603294076f517b0b336cc109e6e7a7e58729d07498700268fac1489e588268f279f057a0b6
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.2.20"
2
+ VERSION = "0.2.21"
3
3
  end
@@ -27,14 +27,13 @@ body {
27
27
  font-size: $font-size-normal;
28
28
  font-weight: normal;
29
29
  line-height: 1.2;
30
- overflow: hidden;
31
30
 
32
31
  // Elements animated via transform instead of display will
33
32
  // still be rendered on the page and cause horizontal scroll.
34
33
  // This stops that scrolling on smaller devices.
35
- &.has-right-sidebar {
36
- overflow-x: hidden;
37
- }
34
+ // &.has-right-sidebar {
35
+ // overflow-x: hidden;
36
+ // }
38
37
  }
39
38
 
40
39
  // Bold
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.20
4
+ version: 0.2.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand