version 1.6.1

This commit is contained in:
Rene
2018-12-16 21:18:43 +01:00
parent 8acb159324
commit e098a6aad9
2 changed files with 8 additions and 23 deletions
+1 -16
View File
@@ -91,7 +91,7 @@ body.os-dragging * {
height: 500px; height: 500px;
width: 500px; width: 500px;
} }
#os-dummy-scrollbar-size > * { #os-dummy-scrollbar-size > div {
width: 200%; width: 200%;
height: 200%; height: 200%;
margin: 10px 0; margin: 10px 0;
@@ -150,21 +150,6 @@ body.os-dragging * {
margin: 0; margin: 0;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.os-viewport-restricted:after {
content: '';
display: block;
width: auto;
height: 1px;
overflow: hidden;
pointer-events: none;
-webkit-transform: scale(0.0001);
transform: scale(0.0001);
font-size: 0 !important;
line-height: 0 !important;
margin: -1px 0 0 0 !important;
padding: 0 !important;
border: 0 !important;
}
.os-content-arrange { .os-content-arrange {
position: absolute; position: absolute;
z-index: -1; z-index: -1;
+1 -1
View File
File diff suppressed because one or more lines are too long