|
|
@ -5,8 +5,8 @@
|
|
|
|
overflow: hidden !important;
|
|
|
|
overflow: hidden !important;
|
|
|
|
overflow-anchor: none;
|
|
|
|
overflow-anchor: none;
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
-ms-overflow-style: none;
|
|
|
|
touch-action: auto;
|
|
|
|
|
|
|
|
-ms-touch-action: auto;
|
|
|
|
-ms-touch-action: auto;
|
|
|
|
|
|
|
|
touch-action: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
@ -15,8 +15,8 @@
|
|
|
|
.ps__rail-x {
|
|
|
|
.ps__rail-x {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
opacity: 0;
|
|
|
|
opacity: 0;
|
|
|
|
transition: background-color 0.2s linear, opacity 0.2s linear;
|
|
|
|
|
|
|
|
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
|
|
|
|
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
|
|
|
|
|
|
|
|
transition: background-color 0.2s linear, opacity 0.2s linear;
|
|
|
|
height: 15px;
|
|
|
|
height: 15px;
|
|
|
|
/* there must be 'bottom' or 'top' for ps__rail-x */
|
|
|
|
/* there must be 'bottom' or 'top' for ps__rail-x */
|
|
|
|
bottom: 0px;
|
|
|
|
bottom: 0px;
|
|
|
@ -27,8 +27,8 @@
|
|
|
|
.ps__rail-y {
|
|
|
|
.ps__rail-y {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
opacity: 0;
|
|
|
|
opacity: 0;
|
|
|
|
transition: background-color 0.2s linear, opacity 0.2s linear;
|
|
|
|
|
|
|
|
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
|
|
|
|
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
|
|
|
|
|
|
|
|
transition: background-color 0.2s linear, opacity 0.2s linear;
|
|
|
|
width: 15px;
|
|
|
|
width: 15px;
|
|
|
|
/* there must be 'right' or 'left' for ps__rail-y */
|
|
|
|
/* there must be 'right' or 'left' for ps__rail-y */
|
|
|
|
right: 0;
|
|
|
|
right: 0;
|
|
|
@ -67,8 +67,8 @@
|
|
|
|
.ps__thumb-x {
|
|
|
|
.ps__thumb-x {
|
|
|
|
background-color: #aaa;
|
|
|
|
background-color: #aaa;
|
|
|
|
border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
|
|
|
|
|
|
|
-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
|
|
|
-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
|
|
|
|
|
|
|
transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
|
|
|
height: 6px;
|
|
|
|
height: 6px;
|
|
|
|
/* there must be 'bottom' for ps__thumb-x */
|
|
|
|
/* there must be 'bottom' for ps__thumb-x */
|
|
|
|
bottom: 2px;
|
|
|
|
bottom: 2px;
|
|
|
@ -79,8 +79,8 @@
|
|
|
|
.ps__thumb-y {
|
|
|
|
.ps__thumb-y {
|
|
|
|
background-color: #aaa;
|
|
|
|
background-color: #aaa;
|
|
|
|
border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
|
|
|
|
|
|
|
-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
|
|
|
-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
|
|
|
|
|
|
|
transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
|
|
|
width: 6px;
|
|
|
|
width: 6px;
|
|
|
|
/* there must be 'right' for ps__thumb-y */
|
|
|
|
/* there must be 'right' for ps__thumb-y */
|
|
|
|
right: 2px;
|
|
|
|
right: 2px;
|
|
|
|