summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.styl
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2018-02-28 15:48:36 -0300
committerAndrés Manelli <andresmanelli@gmail.com>2018-02-28 15:48:36 -0300
commita033c35a3411902b9bf8f62a40cd68f641e573d3 (patch)
tree84e40a5edce443048c21089902f4d8b949878b6e /client/components/boards/boardBody.styl
parent48cd551a698dd86a969007a277ce6cb384e3b5ce (diff)
downloadwekan-a033c35a3411902b9bf8f62a40cd68f641e573d3.tar.gz
wekan-a033c35a3411902b9bf8f62a40cd68f641e573d3.tar.bz2
wekan-a033c35a3411902b9bf8f62a40cd68f641e573d3.zip
Fix scrollbar inside list and outer scroll
Diffstat (limited to 'client/components/boards/boardBody.styl')
-rw-r--r--client/components/boards/boardBody.styl2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/boards/boardBody.styl b/client/components/boards/boardBody.styl
index e56df352..a614c7ed 100644
--- a/client/components/boards/boardBody.styl
+++ b/client/components/boards/boardBody.styl
@@ -15,10 +15,12 @@ position()
.board-wrapper
position: cover
+ overflow-y: hidden;
.board-canvas
position: cover
transition: margin .1s
+ overflow-y: auto;
&.is-sibling-sidebar-open
margin-right: 248px