disable custom scroll

stable
Juanfran 2014-09-09 08:50:27 +02:00
parent 72337ea6e3
commit 44c975e3ae
4 changed files with 24 additions and 23 deletions

View File

@ -60,11 +60,12 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
promise.then => promise.then =>
@appTitle.set("Backlog - " + @scope.project.name) @appTitle.set("Backlog - " + @scope.project.name)
tgLoader.pageLoaded() tgLoader.pageLoaded()
$(".backlog, .sidebar").mCustomScrollbar({
theme: 'minimal-dark' # $(".backlog, .sidebar").mCustomScrollbar({
scrollInertia: 0 # theme: 'minimal-dark'
axis: 'y' # scrollInertia: 0
}) # axis: 'y'
# });
# On Error # On Error
promise.then null, (xhr) => promise.then null, (xhr) =>

View File

@ -59,11 +59,11 @@ class KanbanController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
@appTitle.set("Kanban - " + @scope.project.name) @appTitle.set("Kanban - " + @scope.project.name)
tgLoader.pageLoaded() tgLoader.pageLoaded()
$(".task-column").mCustomScrollbar({ # $(".task-column").mCustomScrollbar({
theme: 'minimal-dark' # theme: 'minimal-dark'
scrollInertia: 0 # scrollInertia: 0
axis: 'y' # axis: 'y'
}) # });
# On Error # On Error

View File

@ -24,8 +24,8 @@
} }
.menu-secondary.sidebar, //.menu-secondary.sidebar,
.backlog { //.backlog {
height: 100vh; // height: 100vh;
overflow-x: auto; // overflow-x: auto;
} //}

View File

@ -15,11 +15,11 @@
} }
} }
.task-column { //.task-column {
height: 100vh; // height: 100vh;
overflow-x: auto; // overflow-x: auto;
padding-right: 17px; // padding-right: 17px;
.mCS-minimal-dark { // .mCS-minimal-dark {
opacity: 1!important; // opacity: 1!important;
} // }
} //}