version 1.7.0

This commit is contained in:
Rene
2019-04-18 22:14:56 +02:00
parent f8a2c1decb
commit 8e658d46e2
8 changed files with 1685 additions and 1368 deletions
+8 -1
View File
@@ -41,7 +41,7 @@ I've created this plugin because I hate ugly and space consuming scrollbars. Sim
- Textarea and Body support.
- RTL Direction support. (with normalization)
- Simple and effective scrollbar-styling.
- Sophisticated extension system.
- Rich extension system.
## Dependencies
@@ -264,6 +264,13 @@ Take the table below only as a overview of all options.
<td><code>true</code></td>
<td>Indicates whether the scrollbar reacts to touch events.</td>
</tr>
<tr>
<td></td>
<td>snapHandle</td>
<td>boolean</td>
<td><code>false</code></td>
<td>Indicates whether the scrollbar handle-offset shall be snapped.</td>
</tr>
<tr>
<th align="left" colspan="5">}</th>
</tr>
+11 -2
View File
@@ -2,13 +2,13 @@
* OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars
*
* Version: 1.6.3
* Version: 1.7.0
*
* Copyright KingSora.
* https://github.com/KingSora
*
* Released under the MIT license.
* Date: 31.01.2019
* Date: 18.04.2019
*/
/*
@@ -168,6 +168,15 @@ body.os-dragging * {
width: 100%;
visibility: visible;
}
.os-content:before,
.os-content:after {
content: '';
display: table;
width: 0;
height: 0;
line-height: 0;
font-size: 0;
}
.os-content > .os-textarea {
box-sizing: border-box !important;
direction: inherit !important;
+3 -3
View File
File diff suppressed because one or more lines are too long
+829 -679
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
+3 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name":"overlayscrollbars",
"version":"1.6.3",
"version":"1.7.0",
"description":"A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
"keywords":[
"overlayscrollbars",