瀏覽代碼

- Fix Minimize board sidebar actually just moves it over.

Thanks to dagomar !

Closes #1589
Lauri Ojansivu 7 年之前
父節點
當前提交
515c9be051
共有 2 個文件被更改,包括 6 次插入4 次删除
  1. 3 2
      CHANGELOG.md
  2. 3 2
      client/components/boards/boardBody.styl

+ 3 - 2
CHANGELOG.md

@@ -6,9 +6,10 @@ This release fixes the following bugs:
 - Revert [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714), so that [initials are again
 - Revert [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714), so that [initials are again
   visible](https://github.com/wekan/wekan/commit/122a61b3333fb77c0f08bbdc6fe0d3c2f6db97df);
   visible](https://github.com/wekan/wekan/commit/122a61b3333fb77c0f08bbdc6fe0d3c2f6db97df);
 - Fix lint warning: [EditCardDate is assigned a value but never used
 - Fix lint warning: [EditCardDate is assigned a value but never used
-  no-unused-vars](https://github.com/wekan/wekan/commit/dd324aa581bed7ea31f20968c6b596f373e7054f).
+  no-unused-vars](https://github.com/wekan/wekan/commit/dd324aa581bed7ea31f20968c6b596f373e7054f);
+- Fix [Minimize board sidebar actually just moves it over](https://github.com/wekan/wekan/issues/1589).
 
 
-Thanks to GitHub users pravdomil and xet7 for their contributions.
+Thanks to GitHub users dagomar, pravdomil and xet7 for their contributions.
 
 
 # v1.11 2018-06-30 Wekan release
 # v1.11 2018-06-30 Wekan release
 
 

+ 3 - 2
client/components/boards/boardBody.styl

@@ -15,12 +15,13 @@ position()
 
 
 .board-wrapper
 .board-wrapper
   position: cover
   position: cover
-  overflow-y: hidden;
+  overflow-x: hidden
+  overflow-y: hidden
 
 
   .board-canvas
   .board-canvas
     position: cover
     position: cover
     transition: margin .1s
     transition: margin .1s
-    overflow-y: auto;
+    overflow-y: auto
 
 
     &.is-sibling-sidebar-open
     &.is-sibling-sidebar-open
       margin-right: 248px
       margin-right: 248px