mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-19 05:10:35 +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.
|
- Textarea and Body support.
|
||||||
- RTL Direction support. (with normalization)
|
- RTL Direction support. (with normalization)
|
||||||
- Simple and effective scrollbar-styling.
|
- Simple and effective scrollbar-styling.
|
||||||
- Sophisticated extension system.
|
- Rich extension system.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
@@ -264,6 +264,13 @@ Take the table below only as a overview of all options.
|
|||||||
<td><code>true</code></td>
|
<td><code>true</code></td>
|
||||||
<td>Indicates whether the scrollbar reacts to touch events.</td>
|
<td>Indicates whether the scrollbar reacts to touch events.</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<th align="left" colspan="5">}</th>
|
<th align="left" colspan="5">}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
* OverlayScrollbars
|
* OverlayScrollbars
|
||||||
* https://github.com/KingSora/OverlayScrollbars
|
* https://github.com/KingSora/OverlayScrollbars
|
||||||
*
|
*
|
||||||
* Version: 1.6.3
|
* Version: 1.7.0
|
||||||
*
|
*
|
||||||
* Copyright KingSora.
|
* Copyright KingSora.
|
||||||
* https://github.com/KingSora
|
* https://github.com/KingSora
|
||||||
*
|
*
|
||||||
* Released under the MIT license.
|
* Released under the MIT license.
|
||||||
* Date: 31.01.2019
|
* Date: 18.04.2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -168,6 +168,15 @@ body.os-dragging * {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
visibility: visible;
|
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 {
|
.os-content > .os-textarea {
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
direction: inherit !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",
|
"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.",
|
"description":"A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
|
||||||
"keywords":[
|
"keywords":[
|
||||||
"overlayscrollbars",
|
"overlayscrollbars",
|
||||||
|
|||||||
Reference in New Issue
Block a user