diff options
author | hupptechnologies <git@hupp.in> | 2018-11-27 12:57:03 +0530 |
---|---|---|
committer | hupptechnologies <git@hupp.in> | 2018-11-27 12:57:03 +0530 |
commit | 1bad6306416a0c0718a6b1717a7392726cb56472 (patch) | |
tree | 568b538c25b72af4cfcce8c4a2cbf9cb1cf71b91 /client/components | |
parent | cdb44da71efdba027a82c37e0b9e08d01bde0d0f (diff) | |
download | wekan-1bad6306416a0c0718a6b1717a7392726cb56472.tar.gz wekan-1bad6306416a0c0718a6b1717a7392726cb56472.tar.bz2 wekan-1bad6306416a0c0718a6b1717a7392726cb56472.zip |
autoamted local change
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/cards/cardDetails.styl | 3 | ||||
-rw-r--r-- | client/components/cards/checklists.styl | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 1e290305..66ecc22d 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -14,6 +14,9 @@ box-shadow: 0 0 7px 0 darken(white, 30%) transition: flex-basis 0.1s + .ps-scrollbar-y-rail + pointer-event: all + .card-details-canvas width: 470px diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index 70fb5007..d48c1851 100644 --- a/client/components/cards/checklists.styl +++ b/client/components/cards/checklists.styl @@ -51,7 +51,6 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item padding-right: 3% z-index: 17 border-radius: 3px - top: 50% p position: relative |