disable custom scroll
parent
72337ea6e3
commit
44c975e3ae
|
@ -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) =>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
}
|
||||
|
||||
|
||||
.menu-secondary.sidebar,
|
||||
.backlog {
|
||||
height: 100vh;
|
||||
overflow-x: auto;
|
||||
}
|
||||
//.menu-secondary.sidebar,
|
||||
//.backlog {
|
||||
// height: 100vh;
|
||||
// overflow-x: auto;
|
||||
//}
|
||||
|
|
|
@ -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;
|
||||
// }
|
||||
//}
|
||||
|
|
Loading…
Reference in New Issue