summaryrefslogtreecommitdiffstats
path: root/client/components/cards/cardDetails.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-09 00:51:50 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-09 00:51:50 +0200
commit25fac166cf58cfd35c45eda4375dc25e92629670 (patch)
tree9c1975377b42a39ce96c42e1b760b2004bf03366 /client/components/cards/cardDetails.styl
parent66d1546081743ca0268a38436a801aa92d56093f (diff)
parentb143fc9297f7c60b4bd27350d9216ccdae31c67b (diff)
downloadwekan-25fac166cf58cfd35c45eda4375dc25e92629670.tar.gz
wekan-25fac166cf58cfd35c45eda4375dc25e92629670.tar.bz2
wekan-25fac166cf58cfd35c45eda4375dc25e92629670.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'client/components/cards/cardDetails.styl')
-rw-r--r--client/components/cards/cardDetails.styl12
1 files changed, 10 insertions, 2 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl
index 1e290305..1dc56f58 100644
--- a/client/components/cards/cardDetails.styl
+++ b/client/components/cards/cardDetails.styl
@@ -1,9 +1,9 @@
@import 'nib'
.card-details
- padding: 0 20px
+ padding: 0
flex-shrink: 0
- flex-basis: 470px
+ flex-basis: 510px
will-change: flex-basis
overflow-y: scroll
overflow-x: hidden
@@ -14,8 +14,16 @@
box-shadow: 0 0 7px 0 darken(white, 30%)
transition: flex-basis 0.1s
+ .mCustomScrollBox
+ padding-left: 0
+
+ .ps-scrollbar-y-rail
+ pointer-event: all
+ position: absolute;
+
.card-details-canvas
width: 470px
+ padding-left: 20px;
.card-details-header
margin: 0 -20px 5px