Commit 7bd79bb4 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

новый скролл

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57985 954022d7-b5bf-4e40-9824-e11837661b57
parent fb10794c
...@@ -34,10 +34,11 @@ ...@@ -34,10 +34,11 @@
position: absolute; position: absolute;
right: 0; right: 0;
width: 16px; width: 16px;
top: -1px; top: 0px;
bottom: 15px; bottom: 15px;
overflow: hidden; overflow: hidden;
z-index: 10; z-index: 10;
background-color: #CBCBCB;
} }
#ws-v-scroll-helper { #ws-v-scroll-helper {
...@@ -48,10 +49,11 @@ ...@@ -48,10 +49,11 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
height: 16px; height: 16px;
left: 0; left: 0px;
right: 15px; right: 15px;
overflow: hidden; overflow: hidden;
z-index: 10; z-index: 10;
background-color: #CBCBCB;
} }
#ws-h-scroll-helper { #ws-h-scroll-helper {
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
//scrollerColor:"#EDEDED",//цвет ползунка скрола //scrollerColor:"#EDEDED",//цвет ползунка скрола
isViewerMode: false, isViewerMode: false,
wheelScrollLines: 3, wheelScrollLines: 3,
isNeedInvertOnActive: true isNeedInvertOnActive: false
}; };
this.view = undefined; this.view = undefined;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment