Refactor ScrollBarV and ScrollBarH classes

This commit is contained in:
DanyaPostfactum 2013-11-24 23:00:06 +10:00
commit 03edee8c30
2 changed files with 139 additions and 79 deletions

View file

@ -97,10 +97,7 @@
.ace_scrollbar {
position: absolute;
overflow-x: hidden;
overflow-y: auto;
right: 0;
top: 0;
bottom: 0;
z-index: 6;
}
@ -112,14 +109,16 @@
top: 0;
}
.ace_scrollbar-v{
overflow-x: hidden;
overflow-y: auto;
top: 0;
}
.ace_scrollbar-h {
position: absolute;
overflow-x: auto;
overflow-y: hidden;
right: 0;
left: 0;
bottom: 0;
z-index: 6;
}
.ace_print-margin {