mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-23 19:14:08 +03:00
version 1.7.0
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+829
-679
File diff suppressed because it is too large
Load Diff
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+827
-676
File diff suppressed because it is too large
Load Diff
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user