active_frontend 15.1.4 → 15.1.5

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: 5c5c16e6a7b3f545b01acb68d597a40c876474ae9ecb35ae435d074b9d771d29
4
- data.tar.gz: 66d2d3e578ba9081d3f58901aeabd57a4d0887748f552a42c85f194354fcd12c
3
+ metadata.gz: 45191822858f2a0019b2324722e9768a871d0ef83fb50f42edf1f9056a1d0ddd
4
+ data.tar.gz: d6a10b6eeee630a92a0ebbdc787152781ac8daaabc29533cbcf17a5353da48ee
5
5
  SHA512:
6
- metadata.gz: 5d6164aef85dd0f6558ec7abaec1a2aaf3aa39e6c5664790a5b7503744261ab8bbfafc0cd397490596a72eea403534584dd5b793939c63baec0b0fa5a932c3ea
7
- data.tar.gz: f5eb11778dee02aba30f49baa8ac5ec432eac09efeef23410d65dbf58db6fec690d21839c66139cee54857f01ed50e1ca49fb9ed3a492af20798d87de7d7d6a4
6
+ metadata.gz: 4823605bb77b82a6749731363c26b567ec7c1c4aa6802ec3cca6b29fb6da700a7a6da8fb6dc8f8016f9e208e55d07b8672a036cf3bad52e04520e21ed2725d3e
7
+ data.tar.gz: 3a5a14b1143134a45235d841875bd06375f75db7eff13cc24b8784dfed7084321c3666cfeca8eb83db1852e086ba83ff72834ff943ff9008398808b8bb1d2b20
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '15.1.4'
4
+ VERSION ||= '15.1.5'
5
5
  end
@@ -154,8 +154,9 @@ body {
154
154
  @include text-size-adjust(100%);
155
155
  display: inline;
156
156
  height: 100%;
157
- width: 100%;
158
157
  touch-action: manipulation;
158
+ visibility: visible;
159
+ width: 100%;
159
160
  }
160
161
  body {
161
162
  background: color(white);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.1.4
4
+ version: 15.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez