Loading template/app/view/Viewport.js +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ Ext.define('Docs.view.Viewport', { xtype: 'treecontainer', id: 'treecontainer', border: 1, bodyPadding: '14 9', bodyPadding: '10 9 4 9', width: 240 }, { Loading template/app/view/cls/Overview.js +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ Ext.define('Docs.view.cls.Overview', { cls: 'class-overview iScroll', autoScroll: true, border: false, bodyPadding: '20 8 20 0', bodyPadding: '20 8 20 5', initComponent: function() { this.addEvents( Loading template/resources/sass/scrollbars.scss +1 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ } .iScroll ::-webkit-scrollbar-track-piece, .iScroll::-webkit-scrollbar-track-piece { margin: 10px 0; -webkit-border-radius:0; -webkit-border-bottom-right-radius:4px; -webkit-border-bottom-left-radius:4px; Loading @@ -31,7 +32,6 @@ } #treecontainer .iScroll ::-webkit-scrollbar-thumb:vertical, #treecontainer .iScroll::-webkit-scrollbar-thumb:vertical { height:50px; Loading template/resources/sass/viewport.scss +3 −2 Original line number Diff line number Diff line Loading @@ -1127,9 +1127,10 @@ a { margin-bottom: 40px; } #treecontainer .x-panel-body{ #treecontainer > .x-panel-body { background: transparent; border: 0 !important; border-color: #ebebeb; border-width: 0 1px 0 0 !important; } #treecontainer{ Loading Loading
template/app/view/Viewport.js +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ Ext.define('Docs.view.Viewport', { xtype: 'treecontainer', id: 'treecontainer', border: 1, bodyPadding: '14 9', bodyPadding: '10 9 4 9', width: 240 }, { Loading
template/app/view/cls/Overview.js +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ Ext.define('Docs.view.cls.Overview', { cls: 'class-overview iScroll', autoScroll: true, border: false, bodyPadding: '20 8 20 0', bodyPadding: '20 8 20 5', initComponent: function() { this.addEvents( Loading
template/resources/sass/scrollbars.scss +1 −1 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ } .iScroll ::-webkit-scrollbar-track-piece, .iScroll::-webkit-scrollbar-track-piece { margin: 10px 0; -webkit-border-radius:0; -webkit-border-bottom-right-radius:4px; -webkit-border-bottom-left-radius:4px; Loading @@ -31,7 +32,6 @@ } #treecontainer .iScroll ::-webkit-scrollbar-thumb:vertical, #treecontainer .iScroll::-webkit-scrollbar-thumb:vertical { height:50px; Loading
template/resources/sass/viewport.scss +3 −2 Original line number Diff line number Diff line Loading @@ -1127,9 +1127,10 @@ a { margin-bottom: 40px; } #treecontainer .x-panel-body{ #treecontainer > .x-panel-body { background: transparent; border: 0 !important; border-color: #ebebeb; border-width: 0 1px 0 0 !important; } #treecontainer{ Loading