summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-09 00:21:35 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-09 00:21:35 +0200
commit472d637c9f83fb7741d3d25b9bd1486f0fd8b7bc (patch)
tree89bfd48d853884196afa778773b8576328fcac5d /client/components/cards/cardDetails.js
parent20c86613a7d0aa7ba1330680dd7e52b7d55f4690 (diff)
parent5ac69ed7dea94feea5cf58cb4b1df846b3fadd37 (diff)
downloadwekan-472d637c9f83fb7741d3d25b9bd1486f0fd8b7bc.tar.gz
wekan-472d637c9f83fb7741d3d25b9bd1486f0fd8b7bc.tar.bz2
wekan-472d637c9f83fb7741d3d25b9bd1486f0fd8b7bc.zip
Merge branch 'scrollbar-closes-card-chrome' of https://github.com/hupptechnologies/wekan into hupptechnologies-scrollbar-closes-card-chrome
Diffstat (limited to 'client/components/cards/cardDetails.js')
-rw-r--r--client/components/cards/cardDetails.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.js b/client/components/cards/cardDetails.js
index da0f126a..e17e7467 100644
--- a/client/components/cards/cardDetails.js
+++ b/client/components/cards/cardDetails.js
@@ -112,6 +112,7 @@ BlazeComponent.extendComponent({
onRendered() {
if (!Utils.isMiniScreen()) {
Meteor.setTimeout(() => {
+ $('.card-details').mCustomScrollbar({theme:'minimal-dark', setWidth: false, setLeft: 0, scrollbarPosition: 'outside', mouseWheel: true });
this.scrollParentContainer();
}, 500);
}