diff options
Diffstat (limited to 'client/components/boards/boardBody.styl')
-rw-r--r-- | client/components/boards/boardBody.styl | 5 |
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 |