From 44c975e3ae49ca61401ec3ccd9662773807285fd Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 9 Sep 2014 08:50:27 +0200 Subject: [PATCH] disable custom scroll --- app/coffee/modules/backlog/main.coffee | 11 ++++++----- app/coffee/modules/kanban/main.coffee | 10 +++++----- app/styles/layout/backlog.scss | 10 +++++----- app/styles/layout/kanban.scss | 16 ++++++++-------- 4 files changed, 24 insertions(+), 23 deletions(-) diff --git a/app/coffee/modules/backlog/main.coffee b/app/coffee/modules/backlog/main.coffee index 3c265e52..a6c7133c 100644 --- a/app/coffee/modules/backlog/main.coffee +++ b/app/coffee/modules/backlog/main.coffee @@ -60,11 +60,12 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F promise.then => @appTitle.set("Backlog - " + @scope.project.name) tgLoader.pageLoaded() - $(".backlog, .sidebar").mCustomScrollbar({ - theme: 'minimal-dark' - scrollInertia: 0 - axis: 'y' - }) + + # $(".backlog, .sidebar").mCustomScrollbar({ + # theme: 'minimal-dark' + # scrollInertia: 0 + # axis: 'y' + # }); # On Error promise.then null, (xhr) => diff --git a/app/coffee/modules/kanban/main.coffee b/app/coffee/modules/kanban/main.coffee index 552fc5cb..d1f14c42 100644 --- a/app/coffee/modules/kanban/main.coffee +++ b/app/coffee/modules/kanban/main.coffee @@ -59,11 +59,11 @@ class KanbanController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi @appTitle.set("Kanban - " + @scope.project.name) tgLoader.pageLoaded() - $(".task-column").mCustomScrollbar({ - theme: 'minimal-dark' - scrollInertia: 0 - axis: 'y' - }) + # $(".task-column").mCustomScrollbar({ + # theme: 'minimal-dark' + # scrollInertia: 0 + # axis: 'y' + # }); # On Error diff --git a/app/styles/layout/backlog.scss b/app/styles/layout/backlog.scss index 7b8f4988..5d36481b 100644 --- a/app/styles/layout/backlog.scss +++ b/app/styles/layout/backlog.scss @@ -24,8 +24,8 @@ } -.menu-secondary.sidebar, -.backlog { - height: 100vh; - overflow-x: auto; -} +//.menu-secondary.sidebar, +//.backlog { +// height: 100vh; +// overflow-x: auto; +//} diff --git a/app/styles/layout/kanban.scss b/app/styles/layout/kanban.scss index aaae7945..e58dd500 100644 --- a/app/styles/layout/kanban.scss +++ b/app/styles/layout/kanban.scss @@ -15,11 +15,11 @@ } } -.task-column { - height: 100vh; - overflow-x: auto; - padding-right: 17px; - .mCS-minimal-dark { - opacity: 1!important; - } -} +//.task-column { +// height: 100vh; +// overflow-x: auto; +// padding-right: 17px; +// .mCS-minimal-dark { +// opacity: 1!important; +// } +//}