mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-28 17:14:08 +03:00
version 1.6.0
This commit is contained in:
@@ -267,6 +267,14 @@ Take the table below only as a overview of all options.
|
||||
<td><code>false</code></td>
|
||||
<td>Indiactes whether the textarea height will be dynamic (content dependent).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>inheritedAttrs</td>
|
||||
<td>string / array / null</td>
|
||||
<td><code>["style", "class"]</code></td>
|
||||
<td><b>During initialization:</b> Attributes which the generated host-element shall inherit from from the target textarea-element.<br/>
|
||||
<b>During destruction:</b> Attributes which the target textarea-element shall inherit from from the generated host-element.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th align="left" colspan="5">}</th>
|
||||
</tr>
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
* OverlayScrollbars
|
||||
* https://github.com/KingSora/OverlayScrollbars
|
||||
*
|
||||
* Version: 1.5.3
|
||||
* Version: 1.6.0
|
||||
*
|
||||
* Copyright KingSora.
|
||||
* https://github.com/KingSora
|
||||
*
|
||||
* Released under the MIT license.
|
||||
* Date: 07.11.2018
|
||||
* Date: 02.12.2018
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -39,7 +39,7 @@ body.os-dragging * {
|
||||
position: relative;
|
||||
overflow: visible !important;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: flex-start;
|
||||
align-content: flex-start;
|
||||
align-items: flex-start;
|
||||
@@ -51,6 +51,21 @@ body.os-dragging * {
|
||||
.os-host-flexbox > .os-padding > .os-viewport > .os-content {
|
||||
display: flex;
|
||||
}
|
||||
.os-host-flexbox > .os-size-auto-observer {
|
||||
height: inherit !important;
|
||||
}
|
||||
.os-host-flexbox > .os-content-glue {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.os-host-flexbox > .os-size-auto-observer,
|
||||
.os-host-flexbox > .os-content-glue {
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 1;
|
||||
flex-basis: auto;
|
||||
}
|
||||
#hs-dummy-scrollbar-size {
|
||||
position: fixed;
|
||||
opacity: 0;
|
||||
|
||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+847
-780
File diff suppressed because it is too large
Load Diff
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+832
-764
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.5.3",
|
||||
"version": "1.6.0",
|
||||
"description": "A javascript scrollbar plugin which hides the native scrollbars and provides custom styleable overlay scrollbars, but keeps the native functionality and feeling.",
|
||||
"keywords" : [
|
||||
"overlayscrollbars",
|
||||
|
||||
Reference in New Issue
Block a user