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