summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-05 21:57:17 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-05 21:57:17 +0300
commit515c9be051272b91563c6de516424a246503853a (patch)
treea3e34dd8a97a1076656383d784e44d58fedd28fc /client/components/boards/boardBody.styl
parentc997786e6435a7e5728eab32c0e24bd458db75ae (diff)
downloadwekan-515c9be051272b91563c6de516424a246503853a.tar.gz
wekan-515c9be051272b91563c6de516424a246503853a.tar.bz2
wekan-515c9be051272b91563c6de516424a246503853a.zip
- Fix Minimize board sidebar actually just moves it over.
Thanks to dagomar ! Closes #1589
Diffstat (limited to 'client/components/boards/boardBody.styl')
-rw-r--r--client/components/boards/boardBody.styl5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/components/boards/boardBody.styl b/client/components/boards/boardBody.styl
index a614c7ed..148c6ce1 100644
--- a/client/components/boards/boardBody.styl
+++ b/client/components/boards/boardBody.styl
@@ -15,12 +15,13 @@ position()
.board-wrapper
position: cover
- overflow-y: hidden;
+ overflow-x: hidden
+ overflow-y: hidden
.board-canvas
position: cover
transition: margin .1s
- overflow-y: auto;
+ overflow-y: auto
&.is-sibling-sidebar-open
margin-right: 248px