alert_message 1.0.6 → 1.0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d348dccb2882760611a061aca94fa61d9957f60
4
- data.tar.gz: 0f70f6cc9872aad1684f9e6f4ce4a4efe7ba5b0c
3
+ metadata.gz: 3af5a06a6922ef7f0f3d77d6769ad3193a80a742
4
+ data.tar.gz: 50b41a5f539680e31821186805e98c3bf2968425
5
5
  SHA512:
6
- metadata.gz: b2f0d083be52b7cfafa254ac2481a84f510e152de363151b58d518ca644340792c735c3b30dbfc656105b676503a160663ebc4fee79d4164172c32fe4507fb1e
7
- data.tar.gz: f6f097550ef36fc4fce51d22961751d7faca9a23912538469ebb503e9f9ec45ef4a2d7e53e674ab44a927b08f3c7ec48fc2e14b07d4556d8adde9d98a8b62180
6
+ metadata.gz: f935d79b052c0e6c61ce91417bdf7567be47b13211ba39ab895f5153b275708cfb50e3627a27e794adbfd1dec3d5736912f80295a661d2a5f32e6d8d3578dd82
7
+ data.tar.gz: b614991e1fd96902b962234277a0ff8280c559a8316bda602b2d8a30247b77029fc036dd3058c4bd29e963eeed00ca6bd994d19ac6d25196a5242b033e28d064
@@ -1,5 +1,5 @@
1
1
  module AlertMessage
2
2
  module Version
3
- VERSION = '1.0.6'
3
+ VERSION = '1.0.6.1'
4
4
  end
5
5
  end
@@ -15,7 +15,10 @@ $alert-notice: #2980b9; // azul
15
15
  cursor: pointer;
16
16
  @include box-sizing(border-box);
17
17
 
18
- position: absolute;
18
+ position: fixed;
19
+ z-index: 9999;
20
+ top: 0;
21
+ left: 0;
19
22
 
20
23
  width: 100%;
21
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alert_message
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luiz Picolo