mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-10 21:52:27 +03:00
version 1.6.2
This commit is contained in:
+21
-10
@@ -2,13 +2,13 @@
|
||||
* OverlayScrollbars
|
||||
* https://github.com/KingSora/OverlayScrollbars
|
||||
*
|
||||
* Version: 1.6.1
|
||||
* Version: 1.6.2
|
||||
*
|
||||
* Copyright KingSora.
|
||||
* https://github.com/KingSora
|
||||
*
|
||||
* Released under the MIT license.
|
||||
* Date: 16.12.2018
|
||||
* Date: 16.01.2019
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -171,20 +171,31 @@ body.os-dragging * {
|
||||
.os-content > .os-textarea {
|
||||
box-sizing: border-box !important;
|
||||
direction: inherit !important;
|
||||
float: none !important;
|
||||
margin: 0 !important;
|
||||
max-height: none !important;
|
||||
max-width: none !important;
|
||||
border: none !important;
|
||||
border-radius: 0px !important;
|
||||
background: transparent !important;
|
||||
outline: 0px none transparent !important;
|
||||
overflow: hidden !important;
|
||||
resize: none !important;
|
||||
position: absolute !important;
|
||||
display: block !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
z-index: 1;
|
||||
margin: 0 !important;
|
||||
border-radius: 0px !important;
|
||||
float: none !important;
|
||||
-webkit-filter: none !important;
|
||||
filter: none !important;
|
||||
border: none !important;
|
||||
resize: none !important;
|
||||
-webkit-transform: none !important;
|
||||
transform: none !important;
|
||||
max-width: none !important;
|
||||
max-height: none !important;
|
||||
box-shadow: none !important;
|
||||
-webkit-perspective: none !important;
|
||||
perspective: none !important;
|
||||
opacity: 1 !important;
|
||||
z-index: 1 !important;
|
||||
clip: auto !important;
|
||||
vertical-align: baseline !important;
|
||||
padding: 0px;
|
||||
}
|
||||
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
|
||||
|
||||
Reference in New Issue
Block a user