|
@@ -112,6 +112,9 @@ BlazeComponent.extendComponent({
|
|
onRendered() {
|
|
onRendered() {
|
|
if (!Utils.isMiniScreen()) {
|
|
if (!Utils.isMiniScreen()) {
|
|
Meteor.setTimeout(() => {
|
|
Meteor.setTimeout(() => {
|
|
|
|
+ $(".card-details").mCustomScrollbar({
|
|
|
|
+ theme:"minimal-dark", setWidth: false, setLeft: 0, scrollbarPosition: "outside", mouseWheel:true
|
|
|
|
+ });
|
|
this.scrollParentContainer();
|
|
this.scrollParentContainer();
|
|
}, 500);
|
|
}, 500);
|
|
}
|
|
}
|