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 =>
@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) =>

View File

@ -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

View File

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

View File

@ -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;
// }
//}