perfect-scrollbar-rails 0.6.9 → 0.6.10

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: 3c58aa83e150a0b98948ff642ffae0e1300409cc
4
- data.tar.gz: 0574f1ec2f7110eac97624c640cb1fc3cf4c1b3d
3
+ metadata.gz: 5e5ce5229e248aa1e4a6cd4b65f81fc4f6b5c118
4
+ data.tar.gz: 1e2ab74e7464a5688d07aa8bf9b6295b6517cbda
5
5
  SHA512:
6
- metadata.gz: 031cb6f9e3c92b306c5abf65704510452a760332488184845bce8165345db55ceb727cc5187b831b7a1a81d2396be794a9ac60a3986f55adec5fb215f21010a5
7
- data.tar.gz: 5e9a7cd1d09635622a96a1b84f19d6c4694b874073ad9a3a910fd8c09671875257a52ef9fcb38ad40d2a14060937afca326bcf1472e58a930235adf46252a087
6
+ metadata.gz: 2e72c867fd0d8cbc6ec32b61e2a3b42e9db0731da0b19c55aa47c0da83099ad015c2d60e896d1cef148bafa740e22b6cdf40ea24abd2afd57c3d99c5794fd47f
7
+ data.tar.gz: 8c286701fc6d4390b65c10357251825f1be80b3fec26cd44e1c72ece13854df95731e108e5b1e3b70c37833509d5e25a34867d685e2cee7f019c654fa5a66ee7
@@ -1,5 +1,5 @@
1
1
  module PerfectScrollbar
2
2
  module Rails
3
- VERSION = '0.6.9'
3
+ VERSION = '0.6.10'
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- /* perfect-scrollbar v0.6.9 */
1
+ /* perfect-scrollbar v0.6.10 */
2
2
  (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
3
3
  'use strict';
4
4
 
@@ -1,7 +1,15 @@
1
- /* perfect-scrollbar v0.6.9 */
1
+ /* perfect-scrollbar v0.6.10 */
2
2
  .ps-container {
3
3
  -ms-touch-action: none;
4
- overflow: hidden !important; }
4
+ touch-action: none;
5
+ overflow: hidden !important;
6
+ -ms-overflow-style: none; }
7
+ @supports (-ms-overflow-style: none) {
8
+ .ps-container {
9
+ overflow: auto !important; } }
10
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
11
+ .ps-container {
12
+ overflow: auto !important; } }
5
13
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
6
14
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
7
15
  display: block;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perfect-scrollbar-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.9
4
+ version: 0.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume Hain