mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Issue : Clicking the scrollbar closes the card on Chrome #1404
Resolved #1404
This commit is contained in:
parent
44a819226f
commit
0620fe5e11
3 changed files with 13 additions and 2 deletions
|
|
@ -112,6 +112,9 @@ 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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue