- Fix Minimize board sidebar actually just moves it over.

Thanks to dagomar !

Closes #1589
This commit is contained in:
Lauri Ojansivu 2018-07-05 21:57:17 +03:00
parent c997786e64
commit 515c9be051
2 changed files with 6 additions and 4 deletions

View file

@ -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