fleetio_spark 0.1.5 → 0.1.6

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
  SHA256:
3
- metadata.gz: 17e5c914f6444600d7a70373789ed70d5c7b432016697f7698059fa909c2411c
4
- data.tar.gz: c91c2bf65ff12f507f46ce68137a3bf6809837bfcdcf3deeb5e01b8f6ae24311
3
+ metadata.gz: c52a5de50d51e9cbcfc1aa340a0ff165884f1d54e251f5ffe00afe9ef6c1a545
4
+ data.tar.gz: 759b35eb3a9f2f670aecc0e1a26442f823daa5212ae926704e51a152b751ebc1
5
5
  SHA512:
6
- metadata.gz: 578bc9df6505bc905b012fc078be9986df928ce1b950d185329b206a57adfc7b181c634fd893266346329f83782f73972e956f875fd34721529ce9dbafee9101
7
- data.tar.gz: 6258a8f2a650a18f3679adeb995da7f50cf87b1fea6fb04541ea8b2c3b42ffeb2b17ae47c6d2286ab3fed347d393b26f33a4cb0ba5b0fa4495a2b0eeba5eacf6
6
+ metadata.gz: 954c91b339092511469b4a3110a431afbbae9c554c5d749e1924c04b587e220c9a4f05b19fcd4f5a3f819d858fae1e819f5c0373f95fdb08764793787980fe0c
7
+ data.tar.gz: 266e07dd5ad217ff60d83a2a471bf0b410d52c133f450bbeaada2582458ba07f824df114b86d7956bb8c2f938277149e2fd3a7f317d07c1382d423b3c52cd329
@@ -7,7 +7,8 @@
7
7
  // If inside of a modal panel
8
8
  .modal-panel & {
9
9
  max-height: $modal-panel-height;
10
- overflow-y: auto;
10
+ overflow-y: scroll;
11
+ -webkit-overflow-scrolling: touch;
11
12
  }
12
13
 
13
14
  &-group {
@@ -119,7 +119,8 @@
119
119
 
120
120
  .nav-tree {
121
121
  list-style: none;
122
- overflow: auto;
122
+ overflow-y: scroll;
123
+ -webkit-overflow-scrolling: touch;
123
124
  position: absolute;
124
125
  top: 0;
125
126
  left: 0;
@@ -1,3 +1,3 @@
1
1
  module FleetioSpark
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -655,7 +655,8 @@ input:checked + .check-switch-panel {
655
655
  height: 0; }
656
656
  .modal-panel .nav-menu {
657
657
  max-height: 80vh;
658
- overflow-y: auto; }
658
+ overflow-y: scroll;
659
+ -webkit-overflow-scrolling: touch; }
659
660
  .nav-menu-group {
660
661
  list-style: none;
661
662
  margin: 0;
@@ -849,7 +850,8 @@ input:checked + .check-switch-panel {
849
850
  height: 100%; }
850
851
  .sidebar-nav .nav-tree {
851
852
  list-style: none;
852
- overflow: auto;
853
+ overflow-y: scroll;
854
+ -webkit-overflow-scrolling: touch;
853
855
  position: absolute;
854
856
  top: 0;
855
857
  left: 0;
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fleetio_spark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
@@ -184,10 +184,10 @@ files:
184
184
  - lib/fleetio_spark.rb
185
185
  - lib/fleetio_spark/helper.rb
186
186
  - lib/fleetio_spark/version.rb
187
- - public/spark-0.1.5.css
188
- - public/spark-0.1.5.css.gz
189
- - public/spark-0.1.5.js
190
- - public/spark-0.1.5.js.gz
187
+ - public/spark-0.1.6.css
188
+ - public/spark-0.1.6.css.gz
189
+ - public/spark-0.1.6.js
190
+ - public/spark-0.1.6.js.gz
191
191
  homepage:
192
192
  licenses:
193
193
  - MIT
Binary file