diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-06 21:17:20 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-06 21:36:16 -0300 |
commit | ed8471be9b79243b016a275e5b11a6912717fbb9 (patch) | |
tree | 6848f1796f584f162698ac565300686dd6b94e8a /client/components/lists/list.styl | |
parent | 65beb89944a2fc8bd2ad70df5da0054baccf67d2 (diff) | |
download | wekan-ed8471be9b79243b016a275e5b11a6912717fbb9.tar.gz wekan-ed8471be9b79243b016a275e5b11a6912717fbb9.tar.bz2 wekan-ed8471be9b79243b016a275e5b11a6912717fbb9.zip |
Fix scroll when dragging elements. Remove scrollbars from swimlanes.
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 839119ec..fa32ff6d 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -10,6 +10,7 @@ // transparent, because that won't work during a list drag. background: darken(white, 13%) border-left: 1px solid darken(white, 20%) + border-bottom: 1px solid #CCC padding: 0 float: left |