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
+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;